Minio 🤡

Was ein Haufen *****
Bugfix-Release welches aber leider keine funktionierenden access keys
mehr übrig lässt.
Und logging hat das tool auch keins mehr weil braucht man nicht.

Holy f.

Minio dann halt 8.8/crit vuln aber nur noch im vpn 🤡🤡🤡
This commit is contained in:
Tobias Manske 2024-02-01 01:08:45 +01:00
parent 0f3b4ae8f8
commit 39aca2778d
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: "3.9"
services:
minio:
image: minio/minio:latest
image: minio/minio:RELEASE.2024-01-29T03-56-32Z
restart: always
ulimits:
nofile:
@ -28,6 +28,8 @@ services:
- "traefik.http.routers.minio-dashboard.entryPoints=websecure"
- "traefik.http.services.minio-dashboard.loadbalancer.server.port=9001"
- "traefik.http.routers.minio-dashboard.service=minio-dashboard"
- "traefik.http.routers.minio.middlewares=vpn-ipwhitelist@file"
- "traefik.http.routers.minio-dashboard.middlewares=vpn-ipwhitelist@file"
command: "server /data --console-address ':9001' --anonymous"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]