Added a grocy compose file
This commit is contained in:
18
grocy/compose.yml
Normal file
18
grocy/compose.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
# volumes:
|
||||||
|
# grocy.vol:
|
||||||
|
services:
|
||||||
|
grocy:
|
||||||
|
image: lscr.io/linuxserver/grocy:latest
|
||||||
|
container_name: grocy
|
||||||
|
environment:
|
||||||
|
- PUID=$(id -u $USER)
|
||||||
|
- PGID=$(id -u $USER)
|
||||||
|
- TZ=Etc/UTC
|
||||||
|
volumes:
|
||||||
|
# - grocy.vol:/data
|
||||||
|
- ~/.config/grocy:/config
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
ports:
|
||||||
|
- 9283:9283
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user