Skip to content

Commit

Permalink
setting TZ to GMT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Kopylov committed Mar 3, 2024
1 parent 28c38e1 commit 345cb6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
- SQLITE_DB_FILE_PATH=/database/db.sqlite
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}
- DEVELOPER_CHAT_ID=${DEVELOPER_CHAT_ID}
- TZ=GMT
volumes:
- sqlite_data:/database
entrypoint: ["/bin/sh", "-c"]
Expand All @@ -23,7 +24,7 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=GMT+4
- TZ=GMT
- ENABLE_UWSGI=true
volumes:
- sqlite_data:/database
Expand Down

0 comments on commit 345cb6a

Please sign in to comment.