|
@@ -5,7 +5,7 @@
|
|
Scope of the **basic setup** is to run minio
|
|
Scope of the **basic setup** is to run minio
|
|
- as unprivileged user
|
|
- as unprivileged user
|
|
- with a directoy mounted for data
|
|
- with a directoy mounted for data
|
|
-- the container port mapping to a host port for port 9000 (s3)
|
|
|
|
|
|
+- with the container port 9000 (s3) mapped to a host port
|
|
|
|
|
|
Scope of the **advance setup** is to
|
|
Scope of the **advance setup** is to
|
|
- run minio behind a reverse-proxy
|
|
- run minio behind a reverse-proxy
|
|
@@ -23,4 +23,4 @@ Scope of the **advance setup** is to
|
|
|
|
|
|
#### Preconditions:
|
|
#### Preconditions:
|
|
- [Reverse proxy with Letsencrypt companion](https://git.in-ulm.de/ulpeters/reverse-proxy) running
|
|
- [Reverse proxy with Letsencrypt companion](https://git.in-ulm.de/ulpeters/reverse-proxy) running
|
|
- - External docker networks set
|
|
|
|
|
|
+ - External docker networks has been already created
|