1 2 3 4 5 6 7 8 9 10 11 12 13services: umbrel: image: dockurr/umbrel container_name: umbrel pid: host ports: - 80:80 volumes: - ./umbrel:/data - /var/run/docker.sock:/var/run/docker.sock restart: always stop_grace_period: 1m
1 2 3 4 5 6 7 8 9 10 11 12 13
services: umbrel: image: dockurr/umbrel container_name: umbrel pid: host ports: - 80:80 volumes: - ./umbrel:/data - /var/run/docker.sock:/var/run/docker.sock restart: always stop_grace_period: 1m