diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 00c6595d..21d4f154 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,7 +15,7 @@ // This can be used to network with other containers or with the host. "forwardPorts": [ 1080, - 8081, + 80, 8082 ], // Use 'postCreateCommand' to run commands after the container is created. diff --git a/config/application-devcontainer.yml b/config/application-devcontainer.yml index b8143554..a0dca394 100644 --- a/config/application-devcontainer.yml +++ b/config/application-devcontainer.yml @@ -76,7 +76,7 @@ logging.level.web: DEBUG # Serve connect server: - port: 8081 + port: 80 servlet.context-path: / # CH Connect Configuration