change port 8000 to 8080

This commit is contained in:
D-Ev_io 2024-04-21 14:51:01 +03:00
parent 302f6464bb
commit 8b3ded51b5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3.4'
services: services:
netbox: netbox:
ports: ports:
- "8000:8080" - "8080:8080"
# If you want the Nginx unit status page visible from the # If you want the Nginx unit status page visible from the
# outside of the container add the following port mapping: # outside of the container add the following port mapping:
# - "8001:8081" # - "8001:8081"