Skip to content

Commit 233ac51

Browse files
authored
chore: modify cleandb script to remove pg volume
1 parent 01c7053 commit 233ac51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/cleandb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Shutting down any instance still running..."
55
docker compose down
66
echo "Removing DB volume..."
77
PROJNAME=$(basename $PWD)
8-
docker volume rm -f "${PROJNAME}_mariadb-data"
8+
docker volume rm -f "${PROJNAME}_postgresdb-data"
99
echo "Rebuilding the DB image..."
1010
docker compose pull db
1111
docker compose build --no-cache db

0 commit comments

Comments
 (0)