Skip to content

Commit

Permalink
Fix data mount issue with cm-cicada container
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Aug 20, 2024
1 parent d1d1acc commit e3c86a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
log/
conf/
*.db
Empty file added _data/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ services:
image: cloudbaristaorg/cm-cicada:edge
volumes:
- ./_airflow:/_airflow:rw
- ./CM-CICADA.db:/CM-CICADA.db:rw
- ./_data:/root/.cm-cicada:rw
network_mode: "host"

0 comments on commit e3c86a1

Please sign in to comment.