Docker image for the Grav flat file CMS.
- Dockerfile 79.3%
- Shell 20.7%
| docker-entrypoint.sh | chore: Update formatting | |
| Dockerfile | fix: Increase PHP memory limit | |
| README.md | chore: Move to Codeberg | |
Grav CMS Docker
Build latest
docker build --tag grav .
Build specific version
VERSION=1.7.49.5 docker build --tag grav:$VERSION --build-arg GRAV_VERSION=$VERSION .
Docker compose
services:grav:image:grav:latestbuild:context:codeberg.org/fynn/grav-dockerargs:GRAV_VERSION:1.7.49.5container_name:project-nameports:- 8000:80volumes:- ./path/to/theme:/var/www/html/user/themes/project-name- ./tmp/volumes/user:/var/www/html/user