Skip to content

Commit

Permalink
fix: Mount db folder in docker compose (#39)
Browse files Browse the repository at this point in the history
* fix: Mount db folder in docker compose

* chore: Update volume path

Co-authored-by: Ray Okamoto <[email protected]>

---------

Co-authored-by: Ray Okamoto <[email protected]>
  • Loading branch information
phoenixpereira and rayokamoto authored Aug 15, 2024
1 parent b3f330d commit fef9fca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
- PGID=1000
networks:
- csclub
volumes:
- ~/duckbot/db:/db

networks:
csclub:
Expand Down

0 comments on commit fef9fca

Please sign in to comment.