From 8b19d2bc6322335f1c4f6eae0ade44033ad58053 Mon Sep 17 00:00:00 2001 From: sharkoz Date: Tue, 3 Sep 2019 16:15:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0f61ab..0118b40 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Clone the repository and copy `index.html` and the `static/` directory to your s ### Docker You can launch directly via Docker run like this: -```bash -docker run -d -p 80:80 -e SERVER_URL=otrecorder-url -e SERVER_PORT=otrecorder-port cosme/owntracks-ui +```console +$ docker run -d -p 80:80 -e SERVER_HOST=otrecorder-host -e SERVER_PORT=otrecorder-port cosme/owntracks-ui ``` Or you can use `docker-compose` (if you also run the OwnTracks Recorder with the default compose config, and the service is named `otrecorder`):