diff --git a/Updating.md b/Updating.md index 01d2d89..df8bfab 100644 --- a/Updating.md +++ b/Updating.md @@ -69,7 +69,7 @@ docker-compose up -d postgres docker-compose exec -T postgres sh -c 'pg_dump -cU $POSTGRES_USER $POSTGRES_DB' | gzip > db_dump.sql.gz # Stop the database -docker-compose down postgres +docker-compose down # Remove the database volume #