Fix NC URL

master
Quentin Duchemin 2021-05-25 16:40:34 +02:00
parent 45f17b687c
commit ad4fd14ab2
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
- nextcloud:/var/www/html
labels:
traefik.http.routers.cloud.entrypoints: websecure
traefik.http.routers.cloud.rule: "Host(`cloud1.{{ domain_name }}`)"
traefik.http.routers.cloud.rule: "Host(`cloud.{{ domain_name }}`)"
traefik.http.services.cloud.loadbalancer.server.port: 80
traefik.enable: true
networks: