update to use compose plugin

This commit is contained in:
Hadi Azaddel
2025-03-22 01:08:14 +03:30
committed by GitHub
parent c6608be37f
commit 98d8c81290

2
run.sh
View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
docker-compose up -d docker compose up -d
echo "Gitlab is starting ..." echo "Gitlab is starting ..."
echo "You can access the site (http://127.0.0.1) after 5 minutes ." echo "You can access the site (http://127.0.0.1) after 5 minutes ."