Fix incorrect federation port in Traefik example

This commit is contained in:
Slavi Pantaleev
2021-01-04 23:46:34 +02:00
committed by GitHub
parent 6b1e25d843
commit 24d73a554d

View File

@ -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"