Merge pull request #218 from leifnel/master
Make traefik use right net address of nginx
Dieser Commit ist enthalten in:
Commit
0fba6425c9
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
|
@ -199,6 +199,8 @@ services:
|
||||||
# Specifies which entrypoint (external port) should traefik listen to, for this container.
|
# Specifies which entrypoint (external port) should traefik listen to, for this container.
|
||||||
# websecure being port 443, check the traefik.toml file liked above.
|
# websecure being port 443, check the traefik.toml file liked above.
|
||||||
- traefik.http.routers.moo.entrypoints=secure
|
- traefik.http.routers.moo.entrypoints=secure
|
||||||
|
# Make sure traefik uses the web network, not the mailcowdockerized_mailcow-network
|
||||||
|
- traefik.docker.network=web
|
||||||
|
|
||||||
certdumper:
|
certdumper:
|
||||||
image: humenius/traefik-certs-dumper
|
image: humenius/traefik-certs-dumper
|
||||||
|
|
Laden …
In neuem Issue referenzieren