We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f057c1 commit 80ba015Copy full SHA for 80ba015
2 files changed
.env.example
@@ -60,7 +60,7 @@ LOG_LEVEL=INFO
60
LOG_TIMEZONE=UTC
61
LOG_APPNAME=DiscordBot
62
LOG_FILENAME=DiscordBot.log
63
-LOG_DIRECTORY=/app/DiscordBot/logs
+LOG_DIRECTORY=/app/logs
64
LOG_DAYS_TO_KEEP=30
65
LOG_STREAM_HANDLER=True
66
LOG_SHOW_LOCATION=False
docker-compose.yml
@@ -31,7 +31,7 @@ services:
31
restart: always
32
env_file: .env
33
volumes:
34
- - ${LOG_DIRECTORY}:${LOG_DIRECTORY}
+ - ./logs:${LOG_DIRECTORY}
35
networks:
36
- postgres_network
37
depends_on:
0 commit comments