docs: use different port for getting started registry
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
parent
91ad12bff1
commit
2da9d07302
@ -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
|
||||
|
Reference in New Issue
Block a user