This commit is contained in:
2025-08-16 22:40:23 -05:00
parent 9b44bab294
commit 64f9dbb14c
+1 -1
View File
@@ -78,7 +78,7 @@
User = "minio";
Group = "minio";
Environment = "https://${opts.default-nginx.hostname}/console";
Environment = "MINIO_BROWSER_REDIRECT_URL=https://${opts.default-nginx.hostname}/console";
EnvironmentFile = "${opts.credentialsFile}";
Restart = "always";
};