Remove unsafe ports
This commit is contained in:
parent
049baed7cf
commit
e1ee54c7fe
1 changed files with 3 additions and 3 deletions
|
@ -13,15 +13,15 @@ ea_db:
|
|||
image: mysql:5.7
|
||||
volumes_from:
|
||||
- ea_data
|
||||
ports:
|
||||
- 8003:3306
|
||||
# ports:
|
||||
# - 8003:3306
|
||||
restart: always
|
||||
mem_limit: 200m
|
||||
ea:
|
||||
build: ./
|
||||
ports:
|
||||
- 8001:80
|
||||
- 8002:9000
|
||||
# - 8002:9000
|
||||
links:
|
||||
- ea_db:ea_db
|
||||
volumes_from:
|
||||
|
|
Loading…
Reference in a new issue