Skip to content

Commit

Permalink
#50 Force storage size [skip travis]
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Jan 9, 2019
1 parent cd8f014 commit 91c4df0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.4'
version: '2.4'
services:
gcc46:
build:
Expand Down Expand Up @@ -293,10 +293,14 @@ services:
image: "${DOCKER_USERNAME}/msvc14:${DOCKER_BUILD_TAG}"
container_name: msvc14
tty: true
storage_opt:
size: '10G'
msvc15:
build:
context: msvc_15
dockerfile: Dockerfile
image: "${DOCKER_USERNAME}/msvc15:${DOCKER_BUILD_TAG}"
container_name: msvc15
tty: true
storage_opt:
size: '10G'

0 comments on commit 91c4df0

Please sign in to comment.