mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-19 14:36:04 -05:00
Name change updates
This commit is contained in:
20
bullmoose20/posterizarr/docker-compose.yml
Normal file
20
bullmoose20/posterizarr/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user