diff --git a/loki/docker-compose/loki/docker-compose.yaml b/loki/docker-compose/loki/docker-compose.yaml index 85b5bab..b092e0b 100644 --- a/loki/docker-compose/loki/docker-compose.yaml +++ b/loki/docker-compose/loki/docker-compose.yaml @@ -8,7 +8,7 @@ services: - ./loki-config.yaml:/mnt/config/loki-config.yaml # Mounts the Loki configuration file. - ./data:/tmp ports: - - "3100:3100" # Maps port 3100 on the host to port 3100 in the container. + - "4118:3100" # Maps port 3100 on the host to port 3100 in the container. command: -config.file=/mnt/config/loki-config.yaml # Runs Loki with the specified configuration file. promtail: diff --git a/readme.md b/readme.md index cc68c2f..1cdfd8f 100644 --- a/readme.md +++ b/readme.md @@ -26,3 +26,4 @@ router redirects port range 4100-4200 to the infra server | 4115 | nextcloud | nextcloud web | https://nextcloud.rschneider.net | | 4116 | grafana | grafana web | https://grafana.rschneider.net | | 4117 | prometheus | prometheus web | https://prometheus.rschneider.net | +| 4118 | loki | loki web | https://loki.rschneider.net |