mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 21:31:58 +01:00
Updated docker compose usage
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
197f09ed47
commit
91b3c73b02
@ -27,13 +27,13 @@ launch_containers() {
|
|||||||
|
|
||||||
destroy_containers
|
destroy_containers
|
||||||
|
|
||||||
log "running docker-compose up"
|
log "running docker compose up"
|
||||||
|
|
||||||
docker-compose -f "$composefile" up -d
|
docker compose -f "$composefile" up -d
|
||||||
|
|
||||||
wait_until_container_is_healthy "piler1"
|
wait_until_container_is_healthy "piler1"
|
||||||
|
|
||||||
docker-compose -f "$composefile" ps
|
docker compose -f "$composefile" ps
|
||||||
|
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user