Plex-Bot-Music/docker-compose_dev.yml

14 lines
261 B
YAML
Raw Permalink Normal View History

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"
2020-08-13 10:47:54 +02:00
restart: "no"