mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-19 04:09:40 +00:00
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