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 # MINIO_SERVER_URL: https://drive.furyhawk.lol
user: "1000:1000" user: "1000:1000"
restart: unless-stopped restart: unless-stopped
ports:
- 8760:9000
- 8761:9001
command: server --console-address ":9001" command: server --console-address ":9001"
healthcheck: # healthcheck:
test: ["CMD", "mc", "ready", "local"] # test: ["CMD", "mc", "ready", "local"]
interval: 5s # interval: 5s
timeout: 5s # timeout: 5s
retries: 5 # retries: 5
ports:
- "8760:9000"
- "8761:9001"
networks: networks:
- net - net
- default - default
@@ -241,9 +241,9 @@ services:
networks: networks:
- net - net
- default - default
ports: expose:
- "8000:8000" - 8000
- "9000:9000" - 9000
traefik: traefik:
environment: environment: