We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a5615 commit 117d022Copy full SHA for 117d022
waltid-services/waltid-issuer-api/README.md
@@ -122,7 +122,7 @@ Run the following commands from the waltid-identity root path:
122
123
```shell
124
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
+docker run -p 7002:7002 waltid/issuer-api -- --webPort=7002 --baseUrl=http://localhost:7002
126
```
127
128
Or, run with local config directory:
0 commit comments