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

This commit is contained in:
Peter Smit
2025-01-17 14:39:55 +01:00
parent 2fa4dafc4d
commit 4dd38f3ba0

View File

@@ -1,6 +1,10 @@
services:
updater:
build: .
build:
context: .
dockerfile: Dockerfile
args:
- DOCKER_GID=$DOCKER_GID
user: ${DOCKER_CONFIG_DIR_UID}:${DOCKER_CONFIG_DIR_GID}
ports:
- "6969:80"