✏️ Fixes port for nginx

Fixes #30
This commit is contained in:
Christian Mäder 2017-12-26 23:03:02 +01:00
parent 1bfbd4add4
commit fce8a23d74
1 changed files with 4 additions and 4 deletions

View File

@ -20,17 +20,17 @@ $ docker-compose up -d
```
The application will be available after a few minutes.
Use `docker-compose port nginx 80` to find out where to connect to.
Use `docker-compose port nginx 8080` to find out where to connect to.
```
$ echo "http://$(docker-compose port nginx 80)/"
$ echo "http://$(docker-compose port nginx 8080)/"
http://0.0.0.0:32768/
# Open netbox in your default browser on macOS:
$ open "http://$(docker-compose port nginx 80)/"
$ open "http://$(docker-compose port nginx 8080)/"
# Open netbox in your default browser on (most) linuxes:
$ xdg-open "http://$(docker-compose port nginx 80)/" &>/dev/null &
$ xdg-open "http://$(docker-compose port nginx 8080)/" &>/dev/null &
```
Alternatively, use something like [Reception][docker-reception] to