Skip to content

Commit

Permalink
Change port to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong committed Oct 11, 2023
1 parent 249a555 commit 3d0c08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config/application-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ logging.level.web: DEBUG

# Serve connect
server:
port: 8081
port: 80
servlet.context-path: /

# CH Connect Configuration
Expand Down

0 comments on commit 3d0c08b

Please sign in to comment.