A docker setup that can autoupdate ModX Revolution.
This is a heavily modified version of the FPM variant of the official Docker Image.
- Copy the
.env.example
file to.env
- Run
docker-compose up
- The Webserver will now listen on Ports
80
and443
The build is completely automated, running every sunday at 00:00/GMT+0.
It pulls in the latest 2.X version of ModX Revolution, based on the tags on the Modx Revolution Tags.
The build produces convenience tags so 2.8.3
is also tagged 2.8
and 2
NOTE: currently the build does not support building new versions for older minor tags. For Example the current minor is 2.8
and a new patch version commes out for 2.7
. A discussion issue is open at: #1