mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
added my docker-compose.yml for Unraid
This commit is contained in:
parent
a8b41478d6
commit
01702c6b7f
20
bullmoose20/ppm/docker-compose.yml
Normal file
20
bullmoose20/ppm/docker-compose.yml
Normal file
@ -0,0 +1,20 @@
|
||||
services:
|
||||
ppm:
|
||||
hostname: "ppm"
|
||||
container_name: "ppm"
|
||||
environment:
|
||||
- "PGID=100"
|
||||
- "PUID=99"
|
||||
- "TZ=America/New_York"
|
||||
- "UMASK=002"
|
||||
- "TERM=xterm"
|
||||
- "RUN_TIME=10:30,19:30"
|
||||
image: "ghcr.io/fscorrupt/docker-ppm:latest"
|
||||
restart: "unless-stopped"
|
||||
networks:
|
||||
- "ppm"
|
||||
volumes:
|
||||
- "/mnt/user/appdata/ppm:/config:rw"
|
||||
networks:
|
||||
ppm:
|
||||
driver: bridge
|
||||
Loading…
x
Reference in New Issue
Block a user