Parcourir la source

Update traefik.yml

There was a typo in the end of certificateResolver /production. One ":" too many
Frank Rosellen il y a 4 ans
Parent
commit
6a37c6969c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      docker-compose/traefik/config/traefik.yml

+ 2 - 2
docker-compose/traefik/config/traefik.yml

@@ -54,7 +54,7 @@ entryPoints:
 #       storage: /etc/traefik/certs/acme.json
 #       caServer: "https://acme-v02.api.letsencrypt.org/directory"
 #       httpChallenge:
-#         entryPoint: webproviders:
+#         entryPoint: webproviders
 
 # (Optional) Overwrite Default Certificates
 # tls:
@@ -70,4 +70,4 @@ providers:
   file:
     # watch for dynamic configuration changes
     directory: /etc/traefik
-    watch: true
+    watch: true