remove: grav CMS — unused default install, removed from server
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user