mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-14 20:21:39 +00:00
fix broken "ensure run and exec are working" test
This commit is contained in:
parent
9cd900ca5b
commit
61c904e1d1
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