1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Merge pull request #768 from Mailu/fix-admin-volumes

Fix admin volumes
This commit is contained in:
Tim Möhlmann 2018-12-21 15:27:33 +02:00 committed by GitHub
commit 27f13c1ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@ COPY start.py /start.py
RUN pybabel compile -d mailu/translations
EXPOSE 80/tcp
VOLUME ["/data"]
VOLUME ["/data","/dkim"]
ENV FLASK_APP mailu
CMD /start.py

View File

@ -88,7 +88,6 @@ services:
volumes:
- "$ROOT/data:/data"
- "$ROOT/dkim:/dkim"
- /var/run/docker.sock:/var/run/docker.sock:ro
depends_on:
- redis