Added folders as well...
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
grocy:
|
||||
image: lscr.io/linuxserver/grocy:latest
|
||||
container_name: grocy
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- 9283:80
|
||||
environment:
|
||||
- PUID=82
|
||||
- PGID=82
|
||||
- TZ=Europe/Stockholm
|
||||
volumes:
|
||||
- grocy:/config
|
||||
volumes:
|
||||
grocy:
|
||||
external: true
|
||||
name: grocy
|
||||
Reference in New Issue
Block a user