Explicitly pass config to supervisord to silence warnings

This commit is contained in:
hasufell 2015-10-22 19:53:00 +02:00
parent dd1dc70d83
commit 21c6ad7219
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -95,4 +95,4 @@ VOLUME ["/vmail"]
EXPOSE 25 143 587 4190
CMD /boot && exec /usr/bin/supervisord -n
CMD /boot && exec /usr/bin/supervisord -n -c /etc/supervisord.conf