mirror of https://github.com/docker/docs.git
Remove typo in docker-compose.yaml (#4728)
This commit is contained in:
parent
0975a5c5ab
commit
7bfc4c8484
|
@ -85,7 +85,7 @@ with the following. Be sure to replace `username/repo:tag` with your image detai
|
||||||
visualizer:
|
visualizer:
|
||||||
image: dockersamples/visualizer:stable
|
image: dockersamples/visualizer:stable
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080":
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue