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 @@ -35,13 +35,13 @@ displayServices () {
3535startContainers () {
3636 echo " "
3737 export IDM_HTTPS_ENABLED=" $1 "
38- docker compose -p fiware up -d --remove-orphans
38+ docker-compose up -d --remove-orphans
3939 echo " "
4040}
4141
4242stoppingContainers () {
4343 echo " Stopping running containers"
44- docker compose -p fiware down -v --remove-orphans
44+ docker- compose down -v --remove-orphans
4545}
4646
4747command=" $1 "
@@ -68,7 +68,7 @@ case "${command}" in
6868 export $( cat .env | grep " #" -v)
6969 echo " Pulling Docker images"
7070 docker pull curlimages/curl
71- docker compose -p fiware pull
71+ docker-compose pull
7272 ;;
7373 * )
7474 echo " Command not Found."
You can’t perform that action at this time.
0 commit comments