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
Raw Permalink Normal View History

2020-12-30 17:11:14 +01:00
version: "3"
services:
grocy:
image: ghcr.io/linuxserver/grocy
container_name: grocy
2020-12-30 17:48:10 +01:00
env_file:
- grocy.env
2020-12-30 17:11:14 +01:00
volumes:
- /var/grocy/config:/config
ports:
- 9283:80
restart: always