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
Then you will be able to access locally via:
docker-compose up --buildContent type
Image
Digest
Size
172.9 MB
Last updated
over 7 years ago
docker pull bustertechnologies/grav:version-1.0.4