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:
parent
92e65b33e0
commit
c81aa67dfa
@ -130,7 +130,7 @@ services:
|
||||
restart: always
|
||||
env_file: {{ env }}
|
||||
volumes:
|
||||
- "{{ root }}/fetchmail:/data"
|
||||
- "{{ root }}/data/fetchmail:/data"
|
||||
{% if resolver_enabled %}
|
||||
depends_on:
|
||||
- resolver
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user