1 parent 01c7053 commit 233ac51Copy full SHA for 233ac51
1 file changed
docker/cleandb
@@ -5,7 +5,7 @@ echo "Shutting down any instance still running..."
5
docker compose down
6
echo "Removing DB volume..."
7
PROJNAME=$(basename $PWD)
8
-docker volume rm -f "${PROJNAME}_mariadb-data"
+docker volume rm -f "${PROJNAME}_postgresdb-data"
9
echo "Rebuilding the DB image..."
10
docker compose pull db
11
docker compose build --no-cache db
0 commit comments