fix: adding volume /appdata removes created directories (#1445)

This commit is contained in:
Meier Lukas
2024-11-07 19:48:45 +01:00
committed by GitHub
parent 23574359f0
commit fe4dfc484b
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
# Creating folders in volume
mkdir -p /appdata/db
mkdir -p /appdata/redis
# Run migrations
if [ $DB_MIGRATIONS_DISABLED = "true" ]; then
echo "DB migrations are disabled, skipping"