mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
With the dependency filter, affinities are no longer required. Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
11 lines
131 B
YAML
11 lines
131 B
YAML
redis:
|
|
image: redis
|
|
|
|
redmon:
|
|
image: vieux/redmon
|
|
links:
|
|
- redis:redis
|
|
ports:
|
|
- "4567:4567"
|
|
command: -r redis://redis:6379
|