Эх сурвалжийг харах

include the docker sock.. oops

Jason Playne 3 жил өмнө
parent
commit
5e74cbaf3a

+ 4 - 1
network/docker-compose.yml

@@ -15,6 +15,9 @@ services:
       - "10.10.20.251:80:80/tcp"
       - "10.10.20.251:443:443/tcp"
       - "10.10.20.254:8080:8080/tcp"
+    volumes:
+      # So that Traefik can listen to the Docker events
+      - /var/run/docker.sock:/var/run/docker.sock
 
   heimdall:
     environment:
@@ -81,7 +84,7 @@ services:
     depends_on:
       - postgres
     labels:
-      - "traefik.http.routers.nextcloud.rule=Host(`cloud.playne.au`)"
+      - traefik.http.routers.nextcloud.rule=Host(`cloud.playne.au`)
 
   postgres:
     image: postgres:14