Skip to content

Commit da01329

Browse files
committed
Add volume (bind mount) for tmp directory
tmp directory will be created on the host you might need to adjust permissions of this directory otherwise the playground user inside the container won't be allowed to write to the tmp directory As a workaround for #158 Remove tmp files using cron
1 parent a2ba292 commit da01329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
volumes:
1313
- '/etc/timezone:/etc/timezone:ro' # Sync with host
1414
- '/etc/localtime:/etc/localtime:ro' # Sync with host
15+
- './tmp:/home/playground/metafacture-playground/tmp'
1516
deploy:
1617
resources:
1718
limits:

0 commit comments

Comments
 (0)