File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ docker tag treehouses/planet:latest treehouses/planet:local
30
30
docker tag treehouses/planet:db-init treehouses/planet:db-init-local
31
31
docker tag treehouses/planet:chatapi treehouses/planet:chatapi-local
32
32
docker images
33
- docker compose -f planet.yml -f volumestravis.yml -f install.yml -p planet pull
33
+ # docker compose -f planet.yml -f volumestravis.yml -f install.yml -p planet pull
34
34
35
35
sync; sync; sync
36
36
@@ -74,7 +74,7 @@ cp -a local.ini "mnt/img_root/srv/$planetdir/conf/"
74
74
tree -f " mnt/img_root/srv/$planetdir /conf"
75
75
76
76
# check if couch-db docker has finish
77
- while [[ " $( docker inspect -f ' {{.State.Running}}' " $( docker ps -f name=planet_db-init* -a -q) " ) " == " true" ]]; do
77
+ while [[ " $( docker inspect -f ' {{.State.Running}}' $( docker ps -f name=planet_db-init* -a -q) ) " == " true" ]]; do
78
78
sleep 1
79
79
done
80
80
echo " couch has finished"
You can’t perform that action at this time.
0 commit comments