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