mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-06-28 01:07:03 +00:00
update docker-compose to docker compose
This commit is contained in:
parent
10cc93c8ce
commit
f10c876182
@ -9,7 +9,7 @@ IMAGES=(
|
|||||||
|
|
||||||
build_images() {
|
build_images() {
|
||||||
echo "Starting the build of the images..."
|
echo "Starting the build of the images..."
|
||||||
docker-compose -f docker-compose-build.yml build
|
docker compose -f docker-compose-build.yml build
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo "Build completed successfully."
|
echo "Build completed successfully."
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user