Mount /tmp on host

This commit is contained in:
Marcin Kulik 2017-05-27 10:46:50 +02:00
parent a754c0fdc2
commit ce962910b1
2 changed files with 3 additions and 0 deletions

View File

@ -42,3 +42,4 @@ services:
- build:/app/_build:cached
- m2:/root/.m2:cached
- ../:/app:cached
- /tmp/asciinema-web:/tmp

View File

@ -33,6 +33,7 @@ services:
volumes:
- ./uploads:/app/uploads
- ./log:/app/log
- /tmp/asciinema-web:/tmp
smtp:
image: namshi/smtp
@ -60,3 +61,4 @@ services:
volumes:
- ./uploads:/app/uploads
- ./log:/app/log
- /tmp/asciinema-web:/tmp