--address is an arg apparently
the rest are called "flags"
This commit is contained in:
parent
d0d13eccaf
commit
c1186748cf
2
start.sh
2
start.sh
|
@ -15,5 +15,5 @@ source /app/data/env.sh
|
|||
|
||||
# the --config-dir is deprecated and not used. but without it, minio will try to create $HOME/.minio :/ same for --certs-dir
|
||||
echo "==> Starting minio"
|
||||
exec /usr/local/bin/gosu cloudron:cloudron /app/code/minio --certs-dir /run/minio/certs --config-dir /run/minio/config --quiet --address :8000 ${CLOUDRON_MINIO_STARTUP_ARGS}
|
||||
exec /usr/local/bin/gosu cloudron:cloudron /app/code/minio --certs-dir /run/minio/certs --config-dir /run/minio/config --quiet ${CLOUDRON_MINIO_STARTUP_ARGS} --address :8000
|
||||
|
||||
|
|
Loading…
Reference in New Issue