docker: Fix exposed ports

This commit is contained in:
Michal Čihař 2023-03-15 14:26:12 +01:00
parent 505693fd03
commit 92ea656f45

View file

@ -116,10 +116,8 @@ cat > docker-compose.override.yml <<EOT
services:
weblate:
image: weblate/weblate:latest
https-portal:
environment:
DOMAINS: '$WEBLATE_DOMAIN -> http://weblate:8080'
STAGE: $HTTPS_STAGE
ports:
- 127.0.0.1:8080:8080
volumes:
weblate-data:
driver: local