version: "2.1" services: grav: image: ghcr.io/linuxserver/grav container_name: grav environment: - PUID=1000 - PGID=1000 - TZ=America/New_York volumes: - /path/to/appdata/config:/config ports: - 80:80 restart: unless-stopped