influx fix

This commit is contained in:
soraefir
2026-06-05 22:14:34 +02:00
parent a3e22b8b69
commit 0cab235aa8

View File

@@ -24,9 +24,7 @@ in {
containers = {
db = builder.mkContainer {
subdomain = containerCfg.subdomain;
image = "influxdb:3-core";
port = 8181;
secret = name;
extraEnv = {
INFLUXD_DB_PATH = "/db";