Remove unsafe ports

This commit is contained in:
Kun Ran 2016-12-03 10:33:56 +08:00 committed by GitHub
parent 049baed7cf
commit e1ee54c7fe
1 changed files with 3 additions and 3 deletions

View File

@ -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: