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

16 lines
267 B
YAML
Raw Normal View History

2020-12-30 17:11:14 +01:00
version: "3"
services:
grocy:
image: ghcr.io/linuxserver/grocy
container_name: grocy
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- /var/grocy/config:/config
ports:
- 9283:80
restart: always