📖 DOC: Added Volume /var/run/docker.sock

This commit is contained in:
Yuri-Lima
2023-08-28 10:49:34 +00:00
parent 0e068c84e6
commit 719387d21e
3 changed files with 24 additions and 1 deletions

4
backup.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Run pg_dump command inside the postgresDB container
docker exec -i -e PGPASSWORD=Na21907722 postgresDB pg_dump -U postgres phoenix > postgres-backup.sql