mirror of https://github.com/docker/docs.git
Update part5.md (#5776)
This commit is contained in:
parent
e35418d0fd
commit
8128cb3544
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue