Skip to content

Commit

Permalink
Fixing docker version format (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto authored Feb 13, 2023
1 parent 05c89ed commit fb43bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HOPR Admin app which can be used to manage a HOPRd node via its API


````
docker run -d --name hopr_admin -p 3000:3000 gcr.io/hoprassociation/hopr-admin@latest
docker run -d --name hoprd_admin -p 3000:3000 gcr.io/hoprassociation/hopr-admin:latest
````

## Run locallly
Expand All @@ -18,4 +18,4 @@ yarn && yarn build && yarn start
# Debugging
````
yarn && yarn dev
````
````

0 comments on commit fb43bc3

Please sign in to comment.