mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-03 15:01:00 +08:00
docker: Fix exposed ports
This commit is contained in:
parent
505693fd03
commit
92ea656f45
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue