Skip to content

Commit

Permalink
fix: docker port clash with control center
Browse files Browse the repository at this point in the history
  • Loading branch information
lovewithmind committed Sep 14, 2022
1 parent 6d4f0a1 commit 99b9049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Run the following shell command to build the Docker image from scratch. This wil
npm run dev
```

After the Docker image has finished building, the application can be accessed at [localhost:5000](localhost:5000).
After the Docker image has finished building, the application can be accessed at [localhost:5001](localhost:5001).

If there are no dependency changes in `package.json` or changes in the
`src/app/server.ts` file, you can run
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ./:/opt/formsg
- /opt/formsg/node_modules
ports:
- '5000:5000'
- '5001:5000'
- '4566:4566' # localstack ports
- '5156:5156' # mockpass ports
- '9229:9229' # Node debugger port
Expand Down

0 comments on commit 99b9049

Please sign in to comment.