Update server URL for local env

This commit is contained in:
2023-07-31 14:13:46 +01:00
parent 8e18029101
commit 90ab2b7b96

View File

@ -36,6 +36,8 @@ services:
- "/data"
- "--console-address"
- ":9001"
environment:
- "MINIO_SERVER_URL=http://localhost:9010"
ports:
- "9010:9000"
- "9011:9001"