version: "3" services: grocy: image: ghcr.io/linuxserver/grocy container_name: grocy env_file: - grocy.env volumes: - /var/grocy/config:/config ports: - 9283:80 restart: always