Compare commits
No commits in common. "a6901f7a1e406be39dc6c7934f3523790b835479" and "3b60243670c1e0ddad4d7314217592e7438d9c27" have entirely different histories.
a6901f7a1e
...
3b60243670
|
|
@ -1,11 +0,0 @@
|
|||
. /opt/minio/minio.conf
|
||||
|
||||
docker run -d --net main_subnet --ip 172.30.26.1 \
|
||||
-e TZ=America/New_York \
|
||||
-v /opt/minio/data:/data \
|
||||
-p 9000:9000 \
|
||||
--name=minio \
|
||||
-e "MINIO_ROOT_USER=$MINIO_USER" \
|
||||
-e "MINIO_ROOT_PASSWORD=$MINIO_PASSWORD" \
|
||||
--restart unless-stopped \
|
||||
quay.io/minio/minio server /data --console-address ":9090"
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
%
|
||||
@ #ip_address
|
||||
@ http://172.30.26.1:9090/
|
||||
%
|
||||
@ #service
|
||||
@ minio
|
||||
%
|
||||
@ #ADDITIONAL_REPLACE
|
||||
@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";")
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
MINIO_USER="user"
|
||||
MINIO_PASSWORD="password"
|
||||
Loading…
Reference in New Issue