add timezone for docker install

This commit is contained in:
ksurl 2022-06-02 11:58:59 -07:00
parent 1e16899ae3
commit f6dee345b7
2 changed files with 4 additions and 1 deletions

View file

@ -9,6 +9,7 @@ services:
volumes:
- /var/cache/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy
- /etc/localtime:/etc/localtime:ro
ports:
- 80:80
restart: unless-stopped