From 6f687f07e46efb885cecbc08f73918405d59d5ff Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 24 Sep 2019 12:53:46 +0100 Subject: [PATCH] Update Docker instructions in README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19c7e18..218eea7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Clone the repository and copy `index.html` and the `static/` directory to your s You can launch directly via Docker run like this: ```console -$ docker run -d -p 80:80 -e SERVER_HOST=otrecorder-host -e SERVER_PORT=otrecorder-port cosme/owntracks-ui +$ docker run -d -p 80:80 -e SERVER_HOST=otrecorder-host -e SERVER_PORT=otrecorder-port owntracks/frontend ``` Or you can use `docker-compose` (if you also run the OwnTracks Recorder with the default compose config, and the service is named `otrecorder`): @@ -30,7 +30,7 @@ version: '3' services: owntracks-ui: - image: cosme/owntracks-ui + image: owntracks/frontend ports: - 80:80 environment: @@ -86,7 +86,6 @@ _Click to enlarge._ - Dependency management with yarn instead of a local copy or unpkg.com - Add documentation, at least for the config file -- Docker support - Download data for selected date range, user and device as JSON ## Contributing