Add InfluxDB app #995
Annotations
2 errors and 2 notices
Port 8686 is already used by Lidarr (lidarr):
influxdb/umbrel-app.yml#L8
Each app must use a unique port
|
Lint apps
❌ Linting failed with 1 error ❌
|
External port mapping "8089:80":
influxdb/docker-compose.yml#L23
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
|
External port mapping "8088:8088":
influxdb/docker-compose.yml#L23
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
|