From dbffdb94d67a84d4b71f5bc8c5e75dd357741245 Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Fri, 17 Jan 2025 08:38:56 +0100 Subject: [PATCH] Actually truly really NOW actually for real fix docker compose in updater --- updater/.env.example | 2 -- updater/docker-compose.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/updater/.env.example b/updater/.env.example index a0e85b9..d604cd2 100644 --- a/updater/.env.example +++ b/updater/.env.example @@ -1,4 +1,2 @@ GITEA_WEBHOOK_SECRET= DOCKER_CONFIG_DIR= -DOCKER_CONFIG_UID= -DOCKER_CONFIG_GID= \ No newline at end of file diff --git a/updater/docker-compose.yml b/updater/docker-compose.yml index e0a7a7e..0b41d53 100644 --- a/updater/docker-compose.yml +++ b/updater/docker-compose.yml @@ -1,7 +1,6 @@ services: updater: build: . - user: ${DOCKER_CONFIG_UID}:${DOCKER_CONFIG_GID} ports: - "6969:80" env_file: