Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
docs(docker): use port 8088
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers committed Sep 19, 2020
1 parent f9d0b3d commit 6d06b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Using the Docker image is the easiest path because it works out of the box.
You can get it running immediately by
```sh
docker pull ttshivers/synclounge
docker run -p 8080:8088 ttshivers/synclounge:latest
docker run -p 8088:8088 ttshivers/synclounge:latest
```

You can use environment variables to change any of the [default configuration](https://github.com/ttshivers/synclounge/blob/master/config/defaults.js).
Expand Down

0 comments on commit 6d06b0e

Please sign in to comment.