resripper/grav

By resripper

Updated 5 days ago

Image
0

1.3K

resripper/grav repository overview

Grav + caddy

Grav is a Fast, Simple, and Flexible file-based Web-platform.

Make sure you created volumes for:

  • /var/www/html/user
  • /var/www/html/backup
  • /var/www/html/logs

Environment variables

  • CHOWN: Set the user/, backup/ and logs/ folders to be owned by the internal www-data user. true by default.

Example docker-compose.yml

services:
    grav:
        image: resripper/grav:latest
        restart: unless-stopped
        port:
            - 80:80
        volumes:
            - /.../user:/var/www/html/user
            - /.../backup:/var/www/html/backup
            - /.../logs:/var/www/html/logs

Tag summary

Content type

Image

Digest

sha256:2f482d8f8

Size

69.6 MB

Last updated

5 days ago

docker pull resripper/grav