Sign inSign up

bustertechnologies/grav

By bustertechnologies

Updated over 7 years ago

Grav CMS

Image
0

205

bustertechnologies/grav repository overview

Grav CMS

Docker Compose

To create a simple docker-compose.yml setup:

version: '3.3'

services:
  grav:
    image: bustertechnologies/grav:version-1.0.3
    volumes:
      - ./data:/var/www/html
    ports:
      - 8088:80

Running The Application Locally

Then you will be able to access locally via:

  1. Run docker-compose up --build
  2. Navigate to http://localhost:8088

Tag summary

Content type

Image

Digest

Size

172.9 MB

Last updated

over 7 years ago

docker pull bustertechnologies/grav:version-1.0.4