From 0a33da41c4bb88c97aaa5653928b88627d3e77ca Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 31 Jan 2026 17:09:55 -0700 Subject: [PATCH] update minio var --- lxc1/p0-infrastructure/minio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc1/p0-infrastructure/minio.yml b/lxc1/p0-infrastructure/minio.yml index bf6cabb..d3aeba7 100644 --- a/lxc1/p0-infrastructure/minio.yml +++ b/lxc1/p0-infrastructure/minio.yml @@ -8,4 +8,4 @@ services: environment: - MINIO_ROOT_USER=${MINIO_ADMIN_USER} - MINIO_ROOT_PASSWORD=${MINIO_ADMIN_PASS} - command: server http://${MINIO_LOCAL_KEEPALIVED_IP}/data http://${MINIO_REMOTE_KEEPALIVED_IP}/data --console-address ":9001" \ No newline at end of file + command: server http://${MINIO_LOCAL_IP}/data http://${MINIO_REMOTE_IP}/data --console-address ":9001" \ No newline at end of file