My own modifications. Enjoy!

- Bronze
This commit is contained in:
2023-08-13 01:50:00 -04:00
parent 8fb03c885c
commit 3e64b4b2dd
13 changed files with 224 additions and 182 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
docker compose pull db
docker compose up db -d
docker exec -i -u pleroma pleroma_db pg_restore -C -d postgres < db.dump