Skip to content

Commit

Permalink
Update Docker instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg authored Sep 24, 2019
1 parent f467eb4 commit 6f687f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`):
Expand All @@ -30,7 +30,7 @@ version: '3'

services:
owntracks-ui:
image: cosme/owntracks-ui
image: owntracks/frontend
ports:
- 80:80
environment:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6f687f0

Please sign in to comment.