Remove typo in docker-compose.yaml (#4728)

This commit is contained in:
Michael Peake 2017-09-27 18:18:51 +01:00 committed by Jim Galasyn
parent 0975a5c5ab
commit 7bfc4c8484
1 changed files with 1 additions and 1 deletions

View File

@ -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: