port
This commit is contained in:
parent
02c885bda7
commit
fcbffb19ec
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ services:
|
||||||
- intern
|
- intern
|
||||||
- traefik
|
- traefik
|
||||||
- mail-relay
|
- mail-relay
|
||||||
|
ports:
|
||||||
|
- 1116:80 # kann später wieder weg
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "--insecure", "http://localhost:80"]
|
test: ["CMD", "curl", "-f", "--insecure", "http://localhost:80"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|
Loading…
Reference in a new issue