Don't publish Netbox on random port

This commit is contained in:
Tobias Genannt 2021-04-17 10:16:40 +02:00
parent d5c92e9a7d
commit a89d2e035c
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,5 @@
version: '3.4'
services:
netbox:
ports:
- 8000:8080

View File

@ -16,8 +16,6 @@ services:
- ./reports:/etc/netbox/reports:z,ro
- ./scripts:/etc/netbox/scripts:z,ro
- netbox-media-files:/opt/netbox/netbox/media:z
ports:
- "8080"
netbox-worker:
<<: *netbox
depends_on: