Update watchstate PUID and PGID

This commit is contained in:
TheThomaas 2023-05-21 16:01:25 +02:00
parent 913967a405
commit 48d53ec1d5

View file

@ -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