Name change updates

This commit is contained in:
bullmoose20
2024-04-08 23:28:01 -04:00
committed by cpt-kuesel
parent a2fd67e21e
commit 489dea3500
12 changed files with 71 additions and 38 deletions

View File

@@ -0,0 +1,20 @@
services:
posterizarr:
hostname: "posterizarr"
container_name: "posterizarr"
environment:
- "PGID=100"
- "PUID=99"
- "TZ=America/New_York"
- "UMASK=002"
- "TERM=xterm"
- "RUN_TIME=10:30,19:30"
image: "ghcr.io/fscorrupt/docker-posterizarr:latest"
restart: "unless-stopped"
networks:
- "posterizarr"
volumes:
- "/mnt/user/appdata/posterizarr:/config:rw"
networks:
posterizarr:
driver: bridge