Update MINIO_OPTS in production.yml to use port 9001 for minio_server

This commit is contained in:
2024-04-27 22:03:55 +08:00
parent 7c6fbc3287
commit e190abf8f5
+11 -11
View File
@@ -153,15 +153,15 @@ services:
# MINIO_SERVER_URL: https://drive.furyhawk.lol
user: "1000:1000"
restart: unless-stopped
ports:
- 8760:9000
- 8761:9001
command: server --console-address ":9001"
healthcheck:
test: ["CMD", "mc", "ready", "local"]
interval: 5s
timeout: 5s
retries: 5
# healthcheck:
# test: ["CMD", "mc", "ready", "local"]
# interval: 5s
# timeout: 5s
# retries: 5
ports:
- "8760:9000"
- "8761:9001"
networks:
- net
- default
@@ -241,9 +241,9 @@ services:
networks:
- net
- default
ports:
- "8000:8000"
- "9000:9000"
expose:
- 8000
- 9000
traefik:
environment: