Sfoglia il codice sorgente

setting up nextcloud (hopefully)

Jason Playne 3 anni fa
parent
commit
50d56f5d54
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      network/docker-compose.yml

+ 2 - 0
network/docker-compose.yml

@@ -80,6 +80,8 @@ services:
       - POSTGRES_HOST=postgres
     depends_on:
       - postgres
+    labels:
+      - "traefik.http.routers.nextcloud.rule=Host(`cloud.playne.au`)"
 
   postgres:
     image: postgres:14