1
0
Fork
You've already forked grav-docker
0
Docker image for the Grav flat file CMS.
  • Dockerfile 79.3%
  • Shell 20.7%
2026年04月06日 16:58:06 +02:00
docker-entrypoint.sh chore: Update formatting 2023年05月28日 09:20:36 +02:00
Dockerfile fix: Increase PHP memory limit 2023年06月09日 11:51:12 +02:00
README.md chore: Move to Codeberg 2026年04月06日 16:58:06 +02:00

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