removed .env from docker-compose.yml

This commit is contained in:
Georg Lauterbach 2020-10-22 09:37:51 +02:00
parent f16e7f274e
commit 8a5e6fd9e0
No known key found for this signature in database
GPG Key ID: 386D76E7AD496709
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ services:
- maillogs:/var/log/mail
- ./config/:/tmp/docker-mailserver/
env_file:
- .env
- mailserver.env
cap_add:
- NET_ADMIN