Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy committed Feb 27, 2025
1 parent 2d96b46 commit 9d5f21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
env_file:
- .env
volumes:
- ./data:/data
- ./data/comet:/app/data
healthcheck:
test: wget -qO- http://127.0.0.1:8000/health
interval: 30s
Expand Down

0 comments on commit 9d5f21f

Please sign in to comment.