14 lines
273 B
YAML
14 lines
273 B
YAML
services:
|
|
grocy:
|
|
image: lscr.io/linuxserver/grocy:latest
|
|
container_name: grocy
|
|
mem_limit: 100m
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Etc/UTC
|
|
volumes:
|
|
- ./config:/config
|
|
ports:
|
|
- 3023:80
|
|
restart: unless-stopped |