Actually truly really NOW actually for real truly now actually fix docker compose in updater
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
updater:
|
updater:
|
||||||
build: .
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
args:
|
||||||
|
- DOCKER_GID=$DOCKER_GID
|
||||||
user: ${DOCKER_CONFIG_DIR_UID}:${DOCKER_CONFIG_DIR_GID}
|
user: ${DOCKER_CONFIG_DIR_UID}:${DOCKER_CONFIG_DIR_GID}
|
||||||
ports:
|
ports:
|
||||||
- "6969:80"
|
- "6969:80"
|
||||||
|
|||||||
Reference in New Issue
Block a user