mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-20 09:58:24 +02:00
Updated Deployment (markdown)
parent
647f22e83d
commit
56c1d9943a
@ -72,9 +72,9 @@ Our recommendations:
|
|||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080 # binds nginx to `localhost:8080` on the host server
|
- 8000:8080
|
||||||
```
|
```
|
||||||
The target address for the reverse-proxy would in that case be `localhost:8080`.
|
The target address for the reverse-proxy would in that case be `localhost:8000`.
|
||||||
- Deploy an HTTP server through Docker.
|
- Deploy an HTTP server through Docker.
|
||||||
You can extend the base setup via the `docker-compose.override.yml` file.
|
You can extend the base setup via the `docker-compose.override.yml` file.
|
||||||
The target server for the reverse proxy would be `nginx:8080`.
|
The target server for the reverse proxy would be `nginx:8080`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user