Migration framadate podman 4.1 - Fix 2/x
This commit is contained in:
parent
40b16e2ced
commit
ffeb398a90
|
@ -34,7 +34,7 @@ export listen_port
|
|||
podman pull ${framadate_image}:${framadate_version}
|
||||
podman pull docker.io/library/php:7-apache &&
|
||||
podman pull docker.io/library/mysql:5.7 &&
|
||||
podman-compose --pod-args="--infra=true --infra-name=${project_name}_infra --share=" --podman-run-args "--requires=${project_name}_infra" up -d &&
|
||||
podman-compose --pod-args="--infra=true --infra-name=${project_name}_infra --share=" --podman-run-args "--requires=${project_name}_infra " up -d &&
|
||||
echo -n "Waiting for initialization to end... " &&
|
||||
( podman logs -f framadate-app 2>&1 & ) | grep -q 'configured -- resuming normal operations' &&
|
||||
echo "OK" &&
|
||||
|
|
Loading…
Reference in a new issue