Skip to content
Snippets Groups Projects
Commit a898a2eb authored by ksurl's avatar ksurl
Browse files

add user to compose file

parent 430f985f
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ services: ...@@ -5,6 +5,7 @@ services:
container_name: ntfy container_name: ntfy
command: command:
- serve - serve
user: UID:GID # optional. Set custom user/group or uid/gid
volumes: volumes:
- /var/cache/ntfy:/var/cache/ntfy - /var/cache/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy - /etc/ntfy:/etc/ntfy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment