diff --git a/production.yml b/production.yml index b3b83e2..7931b99 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 --console-address ":9001" + command: server /data --console-address :9001 # healthcheck: # test: ["CMD", "mc", "ready", "local"] # interval: 5s