fix freshrss data location (#3)
This commit is contained in:
parent
7c220a5501
commit
f8bd422451
2 changed files with 3 additions and 5 deletions
2
max.yml
2
max.yml
|
@ -30,7 +30,7 @@
|
|||
- {role: 'mastodon', tags: 'mastodon'}
|
||||
- {role: 'seafile', tags: 'seafile'}
|
||||
- {role: 'jitsi', tags: 'jitsi'}
|
||||
# - {role: 'freshrss', tags: 'freshrss'}
|
||||
- {role: 'freshrss', tags: 'freshrss'}
|
||||
- {role: 'static', tags: 'static'}
|
||||
- {role: 'inbucket', tags: 'inbucket'}
|
||||
- {role: 'prometheus', tags: 'prometheus'}
|
||||
|
|
|
@ -11,10 +11,8 @@ services:
|
|||
options:
|
||||
max-size: 10m
|
||||
volumes:
|
||||
# Recommended volume for FreshRSS persistent data such as configuration and SQLite databases
|
||||
- /data/freshrss/data:/var/www/FreshRSS/data
|
||||
# Optional volume for storing third-party extensions
|
||||
- /data/freshrss/extensions:/var/www/FreshRSS/extensions
|
||||
- {{ data_dir }}/data:/var/www/FreshRSS/data
|
||||
- {{ data_dir }}/extensions:/var/www/FreshRSS/extensions
|
||||
environment:
|
||||
TZ: Europe/Amsterdam
|
||||
CRON_MIN: '2,32'
|
||||
|
|
Reference in a new issue