Move dkim data, vmail and dbs to volumes, changed README

This commit is contained in:
andryyy
2016-12-17 20:31:59 +01:00
parent 70fec52fd4
commit 7ef70e4c81
8 changed files with 54 additions and 53 deletions

View File

@@ -9,7 +9,9 @@ RUN apt-get update \
RUN docker-php-ext-configure intl
RUN docker-php-ext-install intl pdo pdo_mysql
WORKDIR /var/www/html
COPY ./docker-entrypoint.sh /
EXPOSE 9000
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["php-fpm"]