Actually truly really NOW actually for real fix docker compose in updater

This commit is contained in:
Peter Smit
2025-01-17 08:38:56 +01:00
parent e609e80eb8
commit dbffdb94d6
2 changed files with 0 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,6 @@
services: services:
updater: updater:
build: . build: .
user: ${DOCKER_CONFIG_UID}:${DOCKER_CONFIG_GID}
ports: ports:
- "6969:80" - "6969:80"
env_file: env_file: