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

Commit

Permalink
Merge pull request #30 from likecoin/fix_docker_cache
Browse files Browse the repository at this point in the history
fixs crash in docker-compose due to `./cache` dir missing
  • Loading branch information
hlolli authored Feb 19, 2022
2 parents ff58f62 + 3d406cb commit fdd6f77
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 fdd6f77

Please sign in to comment.