From 49d595be95c686c449071605f5e147e7520a54d6 Mon Sep 17 00:00:00 2001 From: digikin Date: Mon, 24 Jun 2019 20:12:19 -0400 Subject: [PATCH] fix --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bc8d558..1d0af13 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,12 @@ version: '3' services: traefik: - image: traefik:v2.0 - command: --api --providers.docker + image: traefik:v1.7 + command: --api --docker ports: - 8080:8080 volumes: - /var/run/docker.sock:/var/run/docker.sock - - /traefik.toml:/etc/traefik nginx: image: nginx:latest ports: @@ -34,9 +33,9 @@ or `docker-compose up -d` for it to run in the background. ## Services -1. The dashboard is running at http://localhost:8080 but it is still under construction in v2.0 but you can view the api info at http://localhost:8080/api/rawdata +1. The dashboard is running at http://localhost:8080 2. Nginx is running on the main domain http://localhost -3. InfluxDB 2.0 is running on http://influx.localhost which it should automatically pull up port 9999 +3. InfluxDB 2.0 is running on http://influx.localhost:9999 which it should automatically pull up port 9999 ## Template This is a template where anyone can build upon this. The next step is to configure ssl. (More to come)