mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
Fix incorrect federation port in Traefik example
This commit is contained in:
parent
6b1e25d843
commit
24d73a554d
@ -219,7 +219,7 @@ services:
|
|||||||
- "--certificatesresolvers.default.acme.storage=/letsencrypt/acme.json"
|
- "--certificatesresolvers.default.acme.storage=/letsencrypt/acme.json"
|
||||||
ports:
|
ports:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "8080:8080"
|
- "8448:8448"
|
||||||
volumes:
|
volumes:
|
||||||
- "./letsencrypt:/letsencrypt"
|
- "./letsencrypt:/letsencrypt"
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||||
|
Loading…
Reference in New Issue
Block a user