Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 1746dd5

Browse files
author
Mano Marks
authored
Merge pull request #372 from amejiarosario/patch-1
fix broken image
2 parents 306917c + cad53ef commit 1746dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner/chapters/votingapp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ services:
107107
constraints: [node.role == manager]
108108
109109
visualizer:
110-
image: manomarks/visualizer
110+
image: dockersamples/visualizer
111111
ports:
112112
- "8080:8080"
113113
stop_grace_period: 1m30s
114114
volumes:
115-
- "/var/run/docker.sock:/var/run/docker.sock"
115+
- /var/run/docker.sock:/var/run/docker.sock
116116
deploy:
117117
placement:
118118
constraints: [node.role == manager]

0 commit comments

Comments
 (0)