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..eb75e6a 100644 --- a/updater/docker-compose.yml +++ b/updater/docker-compose.yml @@ -1,7 +1,7 @@ services: updater: build: . - user: ${DOCKER_CONFIG_UID}:${DOCKER_CONFIG_GID} + user: root ports: - "6969:80" env_file: