diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-06-06 13:06:06 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-06-06 13:06:06 +0100 |
commit | 0cb69efde8e73a0331a267615f046b9d22579476 (patch) | |
tree | 47e0f5966d364565e72e2c91a16d4fd45f8d10b2 /docker-compose.yml | |
parent | 790ca4d3083f8226360dc6eebe35a454f317bb15 (diff) | |
download | SmallYTChannelBot-0cb69efde8e73a0331a267615f046b9d22579476.tar.gz SmallYTChannelBot-0cb69efde8e73a0331a267615f046b9d22579476.zip |
Added API logging
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 9624bc9..4cd338c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,8 @@ services: dockerfile: Dockerfile image: jwansek/smallytchannelbot network_mode: host + volumes: + - ./logs/:/logs/ cron: build: context: . |