Update part5.md (#5776)

This commit is contained in:
mertz1 2018-01-19 13:43:23 -06:00 committed by Misty Stanley-Jones
parent e35418d0fd
commit 8128cb3544
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ Redis service. Be sure to replace `username/repo:tag` with your image details.
ports:
- "6379:6379"
volumes:
- /home/docker/data:/data
- "/home/docker/data:/data"
deploy:
placement:
constraints: [node.role == manager]