mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Fix up_with_networks test
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
1396cdb4be
commit
bb00352c34
6
tests/fixtures/networks/docker-compose.yml
vendored
6
tests/fixtures/networks/docker-compose.yml
vendored
@ -2,17 +2,17 @@ version: "2"
|
||||
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
image: alpine:3.7
|
||||
command: top
|
||||
networks: ["front"]
|
||||
app:
|
||||
image: busybox
|
||||
image: alpine:3.7
|
||||
command: top
|
||||
networks: ["front", "back"]
|
||||
links:
|
||||
- "db:database"
|
||||
db:
|
||||
image: busybox
|
||||
image: alpine:3.7
|
||||
command: top
|
||||
networks: ["back"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user