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:
|
||||
image: dockersamples/visualizer:stable
|
||||
ports:
|
||||
- "8080:8080":
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue