mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 10:49:14 +01:00
fix: adding volume /appdata removes created directories (#1445)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user