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+ # Project name
2+ COMPOSE_PROJECT_NAME = fiware
3+
14# Orion variables
25ORION_PORT = 1026
36ORION_VERSION = 3.1.0
Original file line number Diff line number Diff line change @@ -111,13 +111,13 @@ addDatabaseIndex () {
111111startContainers () {
112112 echo " "
113113 export IDM_HTTPS_ENABLED=" $1 "
114- docker compose -p fiware up -d --remove-orphans
114+ docker-compose up -d --remove-orphans
115115 echo " "
116116}
117117
118118stoppingContainers () {
119119 echo " Stopping running containers"
120- docker compose -p fiware down -v --remove-orphans
120+ docker- compose down -v --remove-orphans
121121}
122122
123123command=" $1 "
@@ -150,7 +150,7 @@ case "${command}" in
150150 export $( cat .env | grep " #" -v)
151151 echo " Pulling Docker images"
152152 docker pull curlimages/curl
153- docker compose -p fiware pull
153+ docker-compose pull
154154 ;;
155155 * )
156156 echo " Command not Found."
You can’t perform that action at this time.
0 commit comments