Don't publish Netbox on random port
This commit is contained in:
5
docker-compose.override.yml.example
Normal file
5
docker-compose.override.yml.example
Normal file
@@ -0,0 +1,5 @@
|
||||
version: '3.4'
|
||||
services:
|
||||
netbox:
|
||||
ports:
|
||||
- 8000:8080
|
Reference in New Issue
Block a user