mkdir in startup

This commit is contained in:
Christoph J. Scherr 2023-05-29 02:23:03 +02:00
parent b8762a9a54
commit d4c5634b93
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
mkdir -p /db/data
docker compose down
docker compose build
docker compose up -d --remove-orphans