diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index 9a2f755b9..90f4f104b 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.3 + +- removal of app_conf_override + ## 0.0.2 - armv6 removal, host network diff --git a/netalertx/config.json b/netalertx/config.json index de2478d3e..551fc4669 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -67,8 +67,7 @@ ], "environment": { "PORT": "20211", - "TZ": "Europe/Berlin", - "APP_CONF_OVERRIDE":{"GRAPHQL_PORT":"20212"} + "TZ": "Europe/Berlin" }, "host_network": true, "image": "ghcr.io/alexbelgium/netalertx-{arch}",