Deply https://dashboard.heroku.com/new?template=https://github.com/mslovecc/docker-rainloop
This image provides the "Rainloop"-Webmailer upon a lightweight Alpine FPM-PHP image. It is intended to be used along with an additional webserver-container like apache or nginx.
- Slim and lightweight image based on Alpine
- Pre-configured APCu and OPcache
I'd recommend to use docker-compose for spawning containers since it's the easiest way.
-
Clone the repository of this project:
$ git clone https://github.com/Hermsi1337/docker-rainloop.git rainloop && \ cd rainloop -
[OPTIONAL] Open up docker-compose.yml and change the public-port in line 16:
$ vim docker-compose.yml -
Start your containers using docker-compose:
$ docker-compose up -d -
Check if your new rainloop-container is running:
$ curl "http://localhost:1337"
If you are interested in my setup for running this container check my repository containing all my docker-compose.yml files.