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