Fix missing ports line in override

Geoff Davis 2021-02-08 14:49:34 -08:00
parent 08bef88df5
commit 9d935f09f0

@ -45,6 +45,7 @@ RUN /opt/netbox/venv/bin/pip install --no-warn-script-location -r /plugin_requi
version: '3.4' version: '3.4'
services: services:
netbox: netbox:
ports:
- 8000:8080 - 8000:8080
build: build:
context: . context: .