mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
🚀 Use docker pull instead of building repo
This commit is contained in:
parent
af91883635
commit
253f2a9a82
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user