docker: only publish port on localhost
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/lint-backend Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline failed
ci/woodpecker/push/test Pipeline failed

Changelog: Changed
This commit is contained in:
Jeder 2022-12-04 20:56:46 +01:00 committed by Francis Dinh
parent a0f0bac1ca
commit 680d1f1459
Signed by: norm
GPG key ID: 7123E30E441E80DE

View file

@ -9,7 +9,7 @@ services:
- redis
# - es
ports:
- "3000:3000"
- "127.0.0.1:3000:3000"
networks:
- internal_network
- external_network