add user to compose file
parent
430f985fca
commit
a898a2ebe8
|
@ -5,6 +5,7 @@ services:
|
|||
container_name: ntfy
|
||||
command:
|
||||
- serve
|
||||
user: UID:GID # optional. Set custom user/group or uid/gid
|
||||
volumes:
|
||||
- /var/cache/ntfy:/var/cache/ntfy
|
||||
- /etc/ntfy:/etc/ntfy
|
||||
|
|
Loading…
Reference in New Issue