mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Configure dockers GD with support with multiple file formats.
Should fix issue #122 and #115
This commit is contained in:
parent
8f2b145b21
commit
d3d92d6013
2 changed files with 10 additions and 5 deletions
|
@ -11,7 +11,7 @@ services:
|
|||
- ./public_media:/var/www/html/public/media
|
||||
- ./db:/var/www/html/var/db
|
||||
restart: unless-stopped
|
||||
image: jbtronics/part-db1:master
|
||||
image: jbtronics/part-db1:latest
|
||||
environment:
|
||||
# Put SQLite database in our mapped folder. You can configure some other kind of database here too.
|
||||
- DATABASE_URL=sqlite:///%kernel.project_dir%/var/db/app.db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue