File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- docker exec -i stacker_db_1 mysql -uroot -proot ${DEV_COMMAND_OPTIONS}
21
3- # docker-compose exec db bash -c 'mysqldump -uroot -p${MYSQL_ROOT_PASSWORD} ${DEV_COMMAND_OPTIONS}'
2+ docker-compose exec db bash -c 'mysqldump -uroot -p${MYSQL_ROOT_PASSWORD} ${DEV_COMMAND_OPTIONS}'
43exit $?;
Original file line number Diff line number Diff line change 11version : ' 2'
22services :
3- # apache:
4- # image: bitnami/apache:latest
5- # ports:
6- # - 81:80
7- # - 444:443
8- # volumes:
9- # - ./apache/apache:/bitnami/apache
10- # - ./workspace:/app
11-
12-
133 php5apache :
144 build : php5apache
155 image : maxlab/php5apache
@@ -88,7 +78,7 @@ services:
8878 - db
8979 - mailcatcher
9080 - redis
91- # - elasticsearch
81+ - elasticsearch
9282 php7console :
9383 build : php7
9484 container_name : php7console
@@ -98,9 +88,9 @@ services:
9888 volumes_from :
9989 - php7
10090 tty : true
101- # elasticsearch:
102- # image: elasticsearch:5
103- # volumes:
104- # - ./elasticsearch:/usr/share/elasticsearch/data
105- # ports:
106- # - "9200:9200"
91+ elasticsearch :
92+ image : elasticsearch:5
93+ volumes :
94+ - ./elasticsearch:/usr/share/elasticsearch/data
95+ ports :
96+ - " 9200:9200"
You can’t perform that action at this time.
0 commit comments