Minor fixes scripts
This commit is contained in:
parent
f8631a7c75
commit
0e205ee2b6
@ -221,7 +221,7 @@ services:
|
||||
- LAN_PRIVATE_IP=${LAN_PRIVATE_IP:-}
|
||||
- RUN_WITH_SCRIPT=${RUN_WITH_SCRIPT:-false}
|
||||
user: root
|
||||
command: /bin/sh scripts/setup.sh
|
||||
command: /bin/sh /scripts/setup.sh
|
||||
|
||||
volumes:
|
||||
minio-certs:
|
||||
|
||||
@ -22,12 +22,12 @@ if [ "$LAN_MODE" = 'true' ] && [ "$USE_HTTPS" = 'false' ]; then
|
||||
fi
|
||||
|
||||
# Prepare volumes
|
||||
mkdir -p /minio/data &&
|
||||
mkdir -p /mongo/data &&
|
||||
mkdir -p /mongo/data/ &&
|
||||
mkdir -p /egress/home/egress &&
|
||||
mkdir -p /minio/data
|
||||
mkdir -p /mongo/data
|
||||
mkdir -p /mongo/data/
|
||||
mkdir -p /egress/home/egress
|
||||
chown 1001:1001 /minio /minio/data
|
||||
chown 1001:1001 /mongo /mongo/data
|
||||
chown 1001:1001 /egress
|
||||
chown 1001:1001 /egress/home
|
||||
chown 1001:1001 /egress/home/egress
|
||||
chown 1001:1001 /egress/home/egress
|
||||
Loading…
x
Reference in New Issue
Block a user