Skip to content

Commit 7a9d22f

Browse files
updated docker files
1 parent 170363f commit 7a9d22f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
git pull
22
./docker-purge.sh
3-
docker-compose -f docker-compose-production.yml up --force-recreate --always-recreate-deps --build --detach
3+
docker compose -f docker-compose-production.yml up --force-recreate --always-recreate-deps --build --detach

docker-purge.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# shut down all containers (remove images and volumes)
2-
docker-compose -f docker-compose-production.yml down --volumes --rmi local
2+
docker compose -f docker-compose-production.yml down --volumes --rmi local
33
# docker-compose -f docker-compose-develop.yml down --volumes --rmi local
44

55
# make sure containers are removed (if not running)

0 commit comments

Comments
 (0)