forked from tozd/docker-sympa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5f8ce0
commit 7536b06
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ ENV FCGI_SOAP_PORT 10000 | |
ENV ADMINADDR [email protected] | ||
ENV REMOTES mail.example.com | ||
ENV DEBIAN_FRONTEND noninteractive | ||
ENV UID_MAILPIPE | ||
ENV GID_MAILPIPE | ||
ENV UID_MAILPIPE 1001 | ||
ENV GID_MAILPIPE 115 | ||
|
||
VOLUME /var/log/sympa | ||
VOLUME /etc/sympa/includes | ||
|