Skip to content

Commit

Permalink
[Postfix] Add tzdata to Postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
André committed Jul 16, 2018
1 parent b45b9bc commit 6cba85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/Dockerfiles/postfix/Dockerfile
Expand Up @@ -26,6 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
syslog-ng \
syslog-ng-core \
syslog-ng-mod-redis \
tzdata \
&& rm -rf /var/lib/apt/lists/* \
&& touch /etc/default/locale \
&& printf '#!/bin/bash\n/usr/sbin/postconf -c /opt/postfix/conf "$@"' > /usr/local/sbin/postconf \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -210,7 +210,7 @@ services:
- dovecot

postfix-mailcow:
image: mailcow/postfix:1.16
image: mailcow/postfix:1.17
build: ./data/Dockerfiles/postfix
volumes:
- ./data/conf/postfix:/opt/postfix/conf
Expand Down

0 comments on commit 6cba85e

Please sign in to comment.