Plex-Bot-Music/docker-compose.yml

14 lines
261 B
YAML
Raw Permalink Normal View History

2020-07-27 06:07:37 +02:00
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: "no"