Skip to content

Commit

Permalink
Timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske authored Apr 28, 2024
1 parent 2ebe822 commit ae03847
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
cron:
image: mcuadros/ofelia:latest
command: daemon --docker
environment:
- TZ=Europe/Berlin
labels:
ofelia.smtp-host: ${SMTP_HOST}
ofelia.smtp-port: ${SMTP_PORT}
Expand All @@ -21,5 +23,6 @@ services:
restart: unless-stopped
environment:
- PYTHONUNBUFFERED=1
- TZ=Europe/Berlin
volumes:
- /var/run/docker.sock:/var/run/docker.sock

0 comments on commit ae03847

Please sign in to comment.