We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170363f commit 7a9d22fCopy full SHA for 7a9d22f
deploy.sh
@@ -1,3 +1,3 @@
1
git pull
2
./docker-purge.sh
3
-docker-compose -f docker-compose-production.yml up --force-recreate --always-recreate-deps --build --detach
+docker compose -f docker-compose-production.yml up --force-recreate --always-recreate-deps --build --detach
docker-purge.sh
@@ -1,5 +1,5 @@
# shut down all containers (remove images and volumes)
-docker-compose -f docker-compose-production.yml down --volumes --rmi local
+docker compose -f docker-compose-production.yml down --volumes --rmi local
# docker-compose -f docker-compose-develop.yml down --volumes --rmi local
4
5
# make sure containers are removed (if not running)
0 commit comments