mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
removed comments
This commit is contained in:
@@ -5,8 +5,9 @@ services:
|
||||
command:
|
||||
- serve
|
||||
environment:
|
||||
- TZ=America/New_York # optional: Change to your desired timezone
|
||||
user: 1000:1000 # optional: Set custom user/group or uid/gid
|
||||
- TZ=America/New_York
|
||||
user:
|
||||
- 1000:1000
|
||||
volumes:
|
||||
- ./var/cache/ntfy:/var/cache/ntfy
|
||||
- ./etc/ntfy:/etc/ntfy
|
||||
|
||||
Reference in New Issue
Block a user