mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-10-04 14:06:17 +00:00
update docker-compose to docker compose
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user