This repository has been archived on 2020-12-30. You can view files and clone it, but cannot push or open issues or pull requests.
grocy-docker/docker-compose.yml

14 lines
222 B
YAML

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