remove: grav CMS — unused default install, removed from server

This commit is contained in:
2026-05-07 13:17:31 +00:00
parent 7c419dfe72
commit 8ef48fc8f4
-13
View File
@@ -1,13 +0,0 @@
services:
grav:
image: lscr.io/linuxserver/grav:latest
container_name: grav
environment:
- PUID=1000 # Use 'id $USER' to check your ID
- PGID=1000
- TZ=America/Chicago # Change to your timezone
volumes:
- ./config:/config # All your site data stays here
ports:
- 8585:80
restart: unless-stopped