Compose-Library/unbrel-os.compose.yaml.txt
2025-01-25 18:01:48 +01:00

10 lines
240 B
Text
Executable file

services:
umbrel:
image: dockurr/umbrel
container_name: umbrel-${IP}-${PORT}
ports:
- ${IP}:${PORT}:80
volumes:
- ${DATA_DIR}:/data
- "/var/run/docker.sock:/var/run/docker.sock"
stop_grace_period: 1m