Skip to content

Commit 3c7c0d3

Browse files
committed
Update CommonTasks.md
fix config-server image name
1 parent a2d6b63 commit 3c7c0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommonTasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To start a config server backed by a folder on your local disk, start a Docker c
2626

2727
```shell
2828
# Note: Ensure Docker is configured to share host drive/volume so the mount below will work correctly!
29-
docker run --rm -it --pull=always -p 8888:8888 -v $PWD/steeltoe/config-repo:/config --name steeltoe-config steeltoe.azurecr.io/configserver --spring.profiles.active=native
29+
docker run --rm -it --pull=always -p 8888:8888 -v $PWD/steeltoe/config-repo:/config --name steeltoe-config steeltoe.azurecr.io/config-server --spring.profiles.active=native
3030
```
3131

3232
To start a config server that registers itself with Eureka at startup (discovery-first):

0 commit comments

Comments
 (0)