Skip to content

Commit 117d022

Browse files
committed
chore: docker run conf issuer API readme
1 parent b2a5615 commit 117d022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

waltid-services/waltid-issuer-api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Run the following commands from the waltid-identity root path:
122122

123123
```shell
124124
docker build -t waltid/issuer-api -f waltid-services/waltid-issuer-api/Dockerfile .
125-
docker run -p 7003:7003 waltid/issuer-api -- --webPort=7003 --baseUrl=http://localhost:7003
125+
docker run -p 7002:7002 waltid/issuer-api -- --webPort=7002 --baseUrl=http://localhost:7002
126126
```
127127

128128
Or, run with local config directory:

0 commit comments

Comments
 (0)