diff --git a/watchstate/docker-compose.yml b/watchstate/docker-compose.yml index 934c87c..c6bc43d 100644 --- a/watchstate/docker-compose.yml +++ b/watchstate/docker-compose.yml @@ -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