mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
14 lines
271 B
YAML
14 lines
271 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
plex-bot:
|
||
|
container_name: "PlexBot"
|
||
|
build: .
|
||
|
environment:
|
||
|
- PUID=1000
|
||
|
- PGID=1000
|
||
|
- TZ=America/Denver
|
||
|
# Required dir for configuration files
|
||
|
volumes:
|
||
|
- "./config:/config:ro"
|
||
|
restart: unless-stopped
|