Skip to content

Commit

Permalink
Merge pull request #74 from CyberL1/fix/share-config
Browse files Browse the repository at this point in the history
fix: share config.toml with the docker container
  • Loading branch information
bitfl0wer authored Jan 5, 2025
2 parents 24f7d28 + 3410713 commit ea0cdae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ services:
- 3002:3002
- 3003:3003/tcp
- 3003:3003/udp
volumes:
- ./config.toml:/app/config.toml

volumes:
postgres:

0 comments on commit ea0cdae

Please sign in to comment.