mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-11 10:48:54 -05:00
21 lines
418 B
YAML
21 lines
418 B
YAML
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
|