[healthchecks] Change port for proxy to 8000
This commit is contained in:
parent
edc43c8432
commit
847f310be8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ services:
|
||||||
- SECRET_KEY=${SECRET_KEY}
|
- SECRET_KEY=${SECRET_KEY}
|
||||||
- DEBUG=${DEBUG:-False}
|
- DEBUG=${DEBUG:-False}
|
||||||
- VIRTUAL_HOST=health.jfreudenberger.de
|
- VIRTUAL_HOST=health.jfreudenberger.de
|
||||||
- VIRTUAL_PORT=80
|
- VIRTUAL_PORT=8000
|
||||||
- LETSENCRYPT_HOST=health.jfreudenberger.de
|
- LETSENCRYPT_HOST=health.jfreudenberger.de
|
||||||
volumes:
|
volumes:
|
||||||
- config:/config
|
- config:/config
|
||||||
|
|
Loading…
Reference in a new issue