From e190abf8f5d01ce725cb6d034958053e1d0c7f76 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Sat, 27 Apr 2024 22:03:55 +0800 Subject: [PATCH] Update MINIO_OPTS in production.yml to use port 9001 for minio_server --- production.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/production.yml b/production.yml index 527f152..4d7aff4 100644 --- a/production.yml +++ b/production.yml @@ -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: