Skip to content

Commit

Permalink
Fix up_with_networks test
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <[email protected]>
  • Loading branch information
shin- committed Jul 18, 2018
1 parent 1396cdb commit bb00352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/fixtures/networks/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit bb00352

Please sign in to comment.