docs: use different port for getting started registry

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-10-05 19:12:16 -07:00
parent 91ad12bff1
commit 2da9d07302

View File

@ -20,14 +20,14 @@ run: docker.#Run & {
registry: docker.#Run & {
ref: "registry:2"
name: "registry-local"
ports: ["5000:5000"]
ports: ["5042:5000"]
socket: dockerSocket
}
// push to our local registry
// this concrete value satisfies the string constraint
// we defined in the previous file
push: target: "localhost:5000/todoapp"
push: target: "localhost:5042/todoapp"
// Application URL
appURL: "http://localhost:8080/" & dagger.#Output