apply change to readme

This commit is contained in:
inductor
2020-03-17 23:36:42 +09:00
parent 9e81cf9031
commit 2fc0f23a1d
+2 -2
View File
@@ -63,10 +63,10 @@ Run the following commands if you have Docker environment
```bash
$ docker build . -t spotify/backstage
$ docker run --rm -it -p 3000:3000 backstage
$ docker run --rm -it -p 80:80 backstage
```
Then open http://localhost:3000/ on your browser.
Then open http://localhost/ on your browser.
## Documentation