This commit is contained in:
Walter Hupfeld
2023-10-07 10:52:49 +02:00
parent 18d2d15cdb
commit a71e9777f0
3 changed files with 7 additions and 0 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
docker compose stop
gunzip dump/data.sql.gz
gunzip dump/district.sql.gz
cp config.sample.php config.php
docker compose up -d