mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-24 17:31:53 +00:00
Merge pull request #46 from PDMLab/bug/5
fix broken "ensure run and exec are working" test
This commit is contained in:
commit
99e82e7717
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: mongo:3.4
|
image: mongo:3.4.0
|
||||||
container_name: compose_test_mongodb
|
container_name: compose_test_mongodb
|
||||||
alpine:
|
alpine:
|
||||||
image: alpine:3.7
|
image: alpine:3.7
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue