The gravcms container lack the LDAP support, hence our version
Docker-compose file:
version: "3.5"
volumes:
; volume mapped to a local directory
grav-data:
driver: local
driver_opts:
type: none
device: /nfs/grav-data
o: bind
services:
grav:
image: neocampus/grav-cms:latest
restart: unless-stopped
# container_name implies only one instance
container_name: grav
volumes:
- /etc/localtime:/etc/localtime:ro
- grav-data:/var/www/html
network_mode: bridge
ports:
- 8000:80
To launch it:
docker-compose --verbose -f gravcms-compose.yml up -d
Content type
Image
Digest
Size
199.5 MB
Last updated
over 5 years ago
docker pull neocampus/grav-cms