fix certificates, restic backup command

This commit is contained in:
2021-08-11 10:23:18 +02:00
parent 855741f2bb
commit 6a61d1d463
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,11 +16,11 @@ services:
- /home/joerg/nbit-website/document_root:/usr/share/nginx/html
labels:
- "traefik.enable=true"
- "traefik.http.routers.nbitwebsite.rule=Host(`nbit.ch`,`www.nbit.ch`)"
- "traefik.http.routers.nbitwebsite.rule=Host(`nbit.ch`,`www.nbit.ch`,`linux-freelancer.ch`,`www.linux-freelancer.ch`)"
- "traefik.http.routers.nbitwebsite.entrypoints=websecure"
- "traefik.http.routers.nbitwebsite.tls.certresolver=myresolver"
- "traefik.http.routers.nbitwebsite.tls.domains[0].main=nbit.ch"
- "traefik.http.routers.nbitwebsite.tls.domains[0].sans=www.nbit.ch"
- "traefik.http.routers.nbitwebsite.tls.domains[0].sans=www.nbit.ch,linux-freelancer.ch,www.linux-freelancer.ch"
networks:
default: