Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fixs crash in docker-compose due to ./cache dir missing
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Feb 18, 2022
1 parent ff58f62 commit 3d406cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ services:
cassandra:
condition: service_healthy
restart: unless-stopped
volumes:
- "cache:/app/cache"
networks:
- arlocal

volumes:
cassandra_data:
driver: local
cache:
driver: local

0 comments on commit 3d406cb

Please sign in to comment.