influx fix
This commit is contained in:
@@ -24,9 +24,7 @@ in {
|
|||||||
|
|
||||||
containers = {
|
containers = {
|
||||||
db = builder.mkContainer {
|
db = builder.mkContainer {
|
||||||
subdomain = containerCfg.subdomain;
|
|
||||||
image = "influxdb:3-core";
|
image = "influxdb:3-core";
|
||||||
port = 8181;
|
|
||||||
secret = name;
|
secret = name;
|
||||||
extraEnv = {
|
extraEnv = {
|
||||||
INFLUXD_DB_PATH = "/db";
|
INFLUXD_DB_PATH = "/db";
|
||||||
|
|||||||
Reference in New Issue
Block a user