This commit is contained in:
Peter Smit
2025-01-17 09:14:04 +01:00
parent e609e80eb8
commit 7c237e1f2b
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,2 @@
GITEA_WEBHOOK_SECRET= GITEA_WEBHOOK_SECRET=
DOCKER_CONFIG_DIR= DOCKER_CONFIG_DIR=
DOCKER_CONFIG_UID=
DOCKER_CONFIG_GID=

View File

@@ -1,7 +1,7 @@
services: services:
updater: updater:
build: . build: .
user: ${DOCKER_CONFIG_UID}:${DOCKER_CONFIG_GID} user: root
ports: ports:
- "6969:80" - "6969:80"
env_file: env_file: