Skip to content

Commit

Permalink
fix: prod volume to sqlite file
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed May 6, 2024
1 parent a235655 commit 8473e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ services:
- 'traefik.http.routers.justinpaulhammond.tls.certresolver=letsencrypt'
volumes:
- ./src/storage:/var/www/html/storage
- ./src/database/database.sqlite/var/www/html/database/database.sqlite
- ./src/database/database.sqlite:/var/www/html/database/database.sqlite

0 comments on commit 8473e3a

Please sign in to comment.