mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-10 10:11:51 +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:
|
||||
db:
|
||||
image: mongo:3.4
|
||||
image: mongo:3.4.0
|
||||
container_name: compose_test_mongodb
|
||||
alpine:
|
||||
image: alpine:3.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue