From 3d0c08bc19a73202f2e927d2393fd1e774b02672 Mon Sep 17 00:00:00 2001 From: Joep de Jong Date: Wed, 11 Oct 2023 12:43:31 +0000 Subject: [PATCH] Change port to 80 --- .devcontainer/devcontainer.json | 2 +- config/application-devcontainer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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