This commit is contained in:
soraefir
2026-06-05 22:32:49 +02:00
parent f47562a622
commit 866ee00690

View File

@@ -46,7 +46,7 @@ in {
# authentik = true;
subdomain = containerCfg.subdomain;
image = "influxdata/influxdb3-ui:${version}";
port = 8888;
port = 8080; # 8888 is something else
secret = name;
extraEnv = {
DATABASE_URL = "/db/sqlite.db";