website/docs: update container explanation

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-05-04 17:49:21 +02:00
parent e6431593f7
commit 8a666535a8
3 changed files with 3 additions and 17 deletions

View File

@ -45,7 +45,7 @@ services:
traefik.http.routers.app-router.service: app-service
traefik.http.routers.app-router.tls: 'true'
traefik.http.services.app-service.loadbalancer.healthcheck.path: /-/health/live/
traefik.http.services.app-service.loadbalancer.server.port: '8000'
traefik.http.services.app-service.loadbalancer.server.port: '9000'
env_file:
- .env
ports: