Skip to content

Commit

Permalink
Port change inside docker from 80 to 4677 (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjadach-iv authored Sep 27, 2024
1 parent 1789080 commit 31ab5f1
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 @@ -30,7 +30,7 @@ It correctly bundles React in production mode and optimizes the build for the be

Builds the Node Admin docker image with the name `node-admin`.

### `docker run -d -p 4677:80 --name hopr-admin --platform linux/amd64 europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin`
### `docker run -d -p 4677:4677 --name hopr-admin --platform linux/amd64 europe-west3-docker.pkg.dev/hoprassociation/docker-images/hopr-admin`

Runs the Node Admin container exposing the 4677 port.
To access the Node Admin you should go to `http://localhost:4677/`
Expand Down
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen 80;
listen 4677;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
Expand Down

0 comments on commit 31ab5f1

Please sign in to comment.