Update MINIO_OPTS in production.yml to use port 9001 for minio_server
This commit is contained in:
+11
-11
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user