Skip to content

Commit

Permalink
feat(web): introduced an environment variable for changing the path f…
Browse files Browse the repository at this point in the history
…or dkim keys
  • Loading branch information
jeboehm committed May 25, 2022
1 parent d58b23b commit fa92865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ ENV MYSQL_HOST=db \
WAITSTART_TIMEOUT=1m \
ADMIN_VER=${ADMIN_VER} \
DATABASE_URL="mysql://%env(MYSQL_USER)%:%env(MYSQL_PASSWORD)%@%env(MYSQL_HOST)%:3306/%env(MYSQL_DATABASE)%?serverVersion=mariadb-10.4.11" \
COMPOSER_ALLOW_SUPERUSER=1
COMPOSER_ALLOW_SUPERUSER=1 \
DKIM_PATH=/media/dkim

COPY --from=roundcube /usr/src/roundcubemail/ /var/www/html/webmail/
COPY --from=dockerize /usr/local/bin/dockerize /usr/local/bin
Expand Down

0 comments on commit fa92865

Please sign in to comment.