Initial commit
This commit is contained in:
commit
48d48ca0d6
1 changed files with 15 additions and 0 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Reference in a new issue