🚀 Use docker pull instead of building repo

This commit is contained in:
Joshua Arulsamy 2020-08-09 15:24:50 -06:00
parent af91883635
commit 253f2a9a82

View File

@ -2,7 +2,7 @@ version: "3"
services:
plex-bot:
container_name: "PlexBot"
build: .
image: jarulsamy/plex-bot:latest
environment:
- PUID=1000
- PGID=1000
@ -10,4 +10,4 @@ services:
# Required dir for configuration files
volumes:
- "./config:/config:ro"
restart: "no"
restart: "unless-stopped"