mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #9741 from lekterable/patch-1
Remove deprecated `links` feature
This commit is contained in:
@@ -43,7 +43,7 @@ services:
|
||||
volumes:
|
||||
- .:/code
|
||||
- logvolume01:/var/log
|
||||
links:
|
||||
depends_on:
|
||||
- redis
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
Reference in New Issue
Block a user