mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
10 lines
148 B
Bash
10 lines
148 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# Creating folders in volume
|
|
mkdir -p /appdata/db
|
|
mkdir -p /appdata/redis
|
|
|
|
chown -R nextjs:nodejs /appdata
|
|
|
|
su-exec 1001:1001 "$@" |