Ver a proveniência

Fix incorrect federation port in Traefik example

pull/774/head
Slavi Pantaleev há 5 anos
committed by GitHub
ascendente
cometimento
24d73a554d
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      docs/configuring-playbook-own-webserver.md

+ 1
- 1
docs/configuring-playbook-own-webserver.md Ver ficheiro

@@ -219,7 +219,7 @@ services:
- "--certificatesresolvers.default.acme.storage=/letsencrypt/acme.json"
ports:
- "443:443"
- "8080:8080"
- "8448:8448"
volumes:
- "./letsencrypt:/letsencrypt"
- "/var/run/docker.sock:/var/run/docker.sock:ro"


Carregando…
Cancelar
Guardar