Skip to content

Commit

Permalink
fix: expose cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikburmester committed Oct 2, 2024
1 parent 462b95a commit 85cfe95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ services:
restart: unless-stopped

# If you want to use a local volume for the cache, uncomment the following lines:
#volumes:
# - /host/path/to/cache:/app/cache
volumes:
- ./cache:/usr/src/app/cache

0 comments on commit 85cfe95

Please sign in to comment.