forked from FoundKeyGang/FoundKey
docker: only publish port on localhost
Changelog: Changed
This commit is contained in:
parent
a0f0bac1ca
commit
680d1f1459
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
||||||
- redis
|
- redis
|
||||||
# - es
|
# - es
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "127.0.0.1:3000:3000"
|
||||||
networks:
|
networks:
|
||||||
- internal_network
|
- internal_network
|
||||||
- external_network
|
- external_network
|
||||||
|
|
Loading…
Reference in a new issue