Skip to content

Commit

Permalink
chore(docker-compose): add cache volume
Browse files Browse the repository at this point in the history
  • Loading branch information
nicotsx committed Nov 8, 2024
1 parent c6a1d8a commit 4d5d0af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ services:
- ${RUNTIPI_BACKUPS_PATH:-.}/backups:/data/backups
# Static
- ./.env:/data/.env
- ./cache:/cache
- ./docker-compose.yml:/data/docker-compose.yml
- /var/run/docker.sock:/var/run/docker.sock:ro
- /proc:/host/proc
Expand Down

0 comments on commit 4d5d0af

Please sign in to comment.