mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-26 13:21:14 +00:00
update docker-compose to docker compose
This commit is contained in:
@@ -9,7 +9,7 @@ IMAGES=(
|
||||
|
||||
build_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
|
||||
echo "Build completed successfully."
|
||||
else
|
||||
|
Reference in New Issue
Block a user