Skip to content

Commit

Permalink
fix: Fix Docker Compose configuration to use DATABASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbcodes committed Nov 27, 2023
1 parent 5c0391a commit b861f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
target: dev
environment:
- DATABASE_FILE=/data/demo.db
- DATABASE_URL=/data/demo.db
ports:
- "8080:8080"
volumes:
Expand Down

0 comments on commit b861f48

Please sign in to comment.