diff --git a/docker-compose.override.yml b/docker-compose.override.yml index a63bd94..a7655ad 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -1,8 +1,7 @@ -version: '3.4' services: netbox: ports: - - "8080:8080" + - "8000:8080" # If you want the Nginx unit status page visible from the # outside of the container add the following port mapping: # - "8001:8081" @@ -20,4 +19,3 @@ services: # SUPERUSER_EMAIL: "" # SUPERUSER_NAME: "" # SUPERUSER_PASSWORD: "" -