Roundcube Docker container with these characteristics :
FROM arm32v7/php:7-apacheGet to https://github.com/ymettier/rpi-roundcube in order to build this container.
docker run -d -p 80:80 ymettier/rpi-roundcube:<version>
With a volume for database persistence :
docker run -d -p 80:80 -v /some/path/for/persistence:/var/www/db ymettier/rpi-roundcube:<version>
See Dockerfile for exhaustive list.
ENV RC_DEFAULT_HOST 'localhost'
ENV RC_SMTP_SERVER 'localhost'
ENV RC_SMTP_PORT '25'
ENV RC_SMTP_USER '%u'
ENV RC_SMTP_PASS '%p'
ENV RC_PRODUCT_NAME 'Awesome Roundcube'
ENV RC_LOG_DIR 'logs/'
ENV RC_TEMP_DIR 'temp/'
ENV RC_LANGUAGE 'fr_FR'
ENV RC_PREFER_HTML 'false'
ENV RC_DISPLAY_NEXT 'false'
ENV RC_MESSAGE_CACHE_LIFETIME '10d'
ENV RC_SKIN 'larry'
This repo is published under the MIT License.
Content type
Image
Digest
Size
192.3 MB
Last updated
almost 9 years ago
docker pull ymettier/rpi-roundcube