We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4be3f commit e1b66c1Copy full SHA for e1b66c1
1 file changed
tempto-examples/bin/run_on_docker.sh
@@ -76,12 +76,12 @@ function termination_handler(){
76
}
77
78
SCRIPT_DIR=$(dirname $(absolutepath "$0"))
79
-DOCKER_COMPOSE="docker-compose -f ${SCRIPT_DIR}/../docker/docker-compose.yml"
+DOCKER_COMPOSE="docker compose -f ${SCRIPT_DIR}/../docker/docker-compose.yml"
80
81
source "${SCRIPT_DIR}/../target/classes/tempto.env"
82
83
# check docker and docker compose installation
84
-docker-compose version
+docker compose version
85
docker version
86
87
trap termination_handler INT TERM
0 commit comments