From 48d53ec1d58fb752398b3eba49e0c4d22e5a8bcf Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Sun, 21 May 2023 16:01:25 +0200 Subject: [PATCH] Update watchstate PUID and PGID --- watchstate/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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