From a496d40fff0e09936ce8efd50eb1a18b1ebcbb79 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 29 Apr 2024 10:13:37 +0800 Subject: [PATCH] Update command for streamlit_bai_app service in production.yml --- production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.yml b/production.yml index 8c7d2f4..399c082 100644 --- a/production.yml +++ b/production.yml @@ -153,7 +153,7 @@ services: # MINIO_SERVER_URL: https://drive.furyhawk.lol user: "1000:1000" restart: unless-stopped - command: server /data --console-address :9001 + command: server /data --address :9000 --console-address :9001 healthcheck: test: ["CMD", "mc", "ready", "local"] interval: 65s