Update watchstate PUID and PGID
This commit is contained in:
parent
913967a405
commit
48d53ec1d5
|
|
@ -12,7 +12,7 @@ services:
|
|||
#- WS_CRON_IMPORT=1
|
||||
#- WS_CRON_EXPORT=1
|
||||
# To change the user/group id associated with the tool change the following line.
|
||||
user: "${UID:-1000}:${GID:-1000}"
|
||||
user: "${PUID:-1000}:${PGID:-1000}"
|
||||
ports:
|
||||
- 9090:8080
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Reference in a new issue