dfs
This commit is contained in:
parent
e6ffa0420c
commit
52525a944b
1 changed files with 3 additions and 3 deletions
|
|
@ -5,15 +5,15 @@ services:
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined #optional
|
- seccomp:unconfined #optional
|
||||||
environment:
|
environment:
|
||||||
- PUID=1001
|
- PUID=1964
|
||||||
- PGID=998
|
- PGID=1964
|
||||||
- TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
- SUBFOLDER=/ #optional
|
- SUBFOLDER=/ #optional
|
||||||
- TITLE=Webtop #optional
|
- TITLE=Webtop #optional
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
volumes:
|
volumes:
|
||||||
- /data/nfs/Baxter/Docker/Webtop:/config
|
- /data/nfs/znas/Docker/Webtop:/config
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock #optional
|
# - /var/run/docker.sock:/var/run/docker.sock #optional
|
||||||
ports:
|
ports:
|
||||||
- 3004:3000
|
- 3004:3000
|
||||||
Loading…
Add table
Add a link
Reference in a new issue