Update deploy/docker-compose.yml

This commit is contained in:
2026-06-23 05:02:42 +00:00
parent ffd0f79b5c
commit d2c9540ccc
+3 -3
View File
@@ -89,9 +89,9 @@ services:
- appfactory - appfactory
appfactory-worker: appfactory-worker:
user: "${APPFACTORY_UID}:${APPFACTORY_GID}" #user: "${APPFACTORY_UID}:${APPFACTORY_GID}"
group_add: #group_add:
- "${APPFACTORY_DOCKER_GID}" # - "${APPFACTORY_DOCKER_GID}"
image: appfactory-worker:latest image: appfactory-worker:latest
container_name: appfactory-worker container_name: appfactory-worker
restart: unless-stopped restart: unless-stopped