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