docker: only publish port on localhost

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 untrusted user: norm
GPG Key ID: 7123E30E441E80DE
1 changed files with 1 additions and 1 deletions

View File

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