Skip to content

Commit

Permalink
fix: Mount db folder in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed Aug 15, 2024
1 parent b3f330d commit d9735b1
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:
- /home/admin/duckbot/db:/db

networks:
csclub:
Expand Down

0 comments on commit d9735b1

Please sign in to comment.