Remove deprecated `links` feature

This commit is contained in:
Kornel Dubieniecki 2019-10-26 12:33:02 +02:00 committed by GitHub
parent ca38a3eacf
commit 3215345bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,11 +35,11 @@ A `docker-compose.yml` looks like this:
web:
build: .
ports:
- "5000:5000"
- 5000:5000
volumes:
- .:/code
- logvolume01:/var/log
links:
depends_on:
- redis
redis:
image: redis