You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-29 22:37:58 +02:00
Use a better location for storing the fetchmail data.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user