1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Use a better location for storing the fetchmail data.

This commit is contained in:
Dimitri Huisman 2021-11-10 13:08:33 +00:00
parent 92e65b33e0
commit c81aa67dfa
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ services:
restart: always
env_file: {{ env }}
volumes:
- "{{ root }}/fetchmail:/data"
- "{{ root }}/data/fetchmail:/data"
{% if resolver_enabled %}
depends_on:
- resolver

View File

@ -110,7 +110,7 @@ services:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}fetchmail:${MAILU_VERSION:-{{ version }}}
env_file: {{ env }}
volumes:
- "{{ root }}/fetchmail:/data"
- "{{ root }}/data/fetchmail:/data"
deploy:
replicas: 1
healthcheck: