Files
homelab-docker-config/updater/docker-compose.yml
Peter Smit 7c237e1f2b fuck it
2025-01-17 09:14:04 +01:00

11 lines
217 B
YAML

services:
updater:
build: .
user: root
ports:
- "6969:80"
env_file:
- .env
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKER_CONFIG_DIR}:${DOCKER_CONFIG_DIR}