Update command for streamlit_bai_app service in production.yml

This commit is contained in:
2024-04-27 22:26:09 +08:00
parent 7306a9ecad
commit 0622c6146c
+1 -1
View File
@@ -153,7 +153,7 @@ services:
# MINIO_SERVER_URL: https://drive.furyhawk.lol
user: "1000:1000"
restart: unless-stopped
command: server --console-address ":9001"
command: server /data --console-address :9001
# healthcheck:
# test: ["CMD", "mc", "ready", "local"]
# interval: 5s