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
|
image: mysql:5.7
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- ea_data
|
- ea_data
|
||||||
ports:
|
# ports:
|
||||||
- 8003:3306
|
# - 8003:3306
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 200m
|
mem_limit: 200m
|
||||||
ea:
|
ea:
|
||||||
build: ./
|
build: ./
|
||||||
ports:
|
ports:
|
||||||
- 8001:80
|
- 8001:80
|
||||||
- 8002:9000
|
# - 8002:9000
|
||||||
links:
|
links:
|
||||||
- ea_db:ea_db
|
- ea_db:ea_db
|
||||||
volumes_from:
|
volumes_from:
|
||||||
|
|
Loading…
Reference in a new issue