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