korrektur zu unsichtbaren Zeichen

This commit is contained in:
Czechman 2022-12-21 15:11:09 +01:00
parent 9573dc6261
commit d213032927
1 changed files with 10 additions and 10 deletions

View File

@ -44,16 +44,16 @@ services:
- traefik_proxy
# - default
  whoami:
    image: "containous/whoami"
    container_name: "simple-service"
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.whoami.rule=Host(`wai.czechman.dynvpn.de`)"
      - "traefik.http.routers.whoami.entrypoints=websecure"
      - "traefik.http.routers.whoami.tls.certresolver=myresolver"
    networks:
     - "traefik_proxy"
whoami:
image: "containous/whoami"
container_name: "simple-service"
labels:
- "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`wai.czechman.dynvpn.de`)"
- "traefik.http.routers.whoami.entrypoints=websecure"
- "traefik.http.routers.whoami.tls.certresolver=myresolver"
networks:
- "traefik_proxy"
networks:
traefik_proxy: