diff --git a/stash/compose.yaml b/stash/compose.yaml index af31be0..33433bd 100644 --- a/stash/compose.yaml +++ b/stash/compose.yaml @@ -8,6 +8,8 @@ services: restart: unless-stopped volumes: - filestash_data:/app/data/state/ + tmpfs: + - /tmp:exec environment: TZ: ${TIMEZONE:-Europe/Berlin} APPLICATION_URL: ${STASH_TRAEFIK_HOST}