You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
418 B
21 lines
418 B
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
|