Skip to content

Commit 80ba015

Browse files
authored
v3.0.3 (#51)
Co-authored-by: ddc <ddc@users.noreply.github.com>
1 parent 9f057c1 commit 80ba015

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ LOG_LEVEL=INFO
6060
LOG_TIMEZONE=UTC
6161
LOG_APPNAME=DiscordBot
6262
LOG_FILENAME=DiscordBot.log
63-
LOG_DIRECTORY=/app/DiscordBot/logs
63+
LOG_DIRECTORY=/app/logs
6464
LOG_DAYS_TO_KEEP=30
6565
LOG_STREAM_HANDLER=True
6666
LOG_SHOW_LOCATION=False

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
restart: always
3232
env_file: .env
3333
volumes:
34-
- ${LOG_DIRECTORY}:${LOG_DIRECTORY}
34+
- ./logs:${LOG_DIRECTORY}
3535
networks:
3636
- postgres_network
3737
depends_on:

0 commit comments

Comments
 (0)