Skip to content

Commit

Permalink
refactor: update PAPERLESS_FILENAME_FORMAT
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Oct 25, 2024
1 parent caa16cc commit 3e01e6c
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 @@ -89,7 +89,7 @@ services:
- PAPERLESS_DBNAME=paperless
- PAPERLESS_DBPORT=5433
- PAPERLESS_DBUSER=paperless
- PAPERLESS_FILENAME_FORMAT={created_year}/{title}
- PAPERLESS_FILENAME_FORMAT={{ created_year }}/{{ title }}
- PAPERLESS_REDIS=redis://paperless-broker:6379
- PAPERLESS_TIKA_ENABLED=1
- PAPERLESS_TIKA_ENDPOINT=http://papereless-tika:9998
Expand Down

0 comments on commit 3e01e6c

Please sign in to comment.