change port 8000 to 8080

This commit is contained in:
D-Ev_io 2024-12-02 22:17:07 +02:00
parent b9836c3af2
commit 753cb98ca3
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,7 @@
version: '3.4'
services: services:
netbox: netbox:
ports: ports:
- "8080:8080" - "8000: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"
@ -20,4 +19,3 @@ services:
# SUPERUSER_EMAIL: "" # SUPERUSER_EMAIL: ""
# SUPERUSER_NAME: "" # SUPERUSER_NAME: ""
# SUPERUSER_PASSWORD: "" # SUPERUSER_PASSWORD: ""