Lightweight dockerized version of blacktwin's JBOPS scripts
docker-compose.yml example :
version: '3'
services:
jbops:
image: pierredurrr/jbops2docker # Pull the image from Docker Hub
container_name: jbops2docker
environment:
- PLEXAPI_CONFIG_PATH=/app/config.ini # Set the environment variable for plexapi
volumes:
- /docker_data2/jbops2docker/config:/app # Map the repository to the host
restart: unless-stopped # Ensure container restarts if it crashes
Content type
Image
Digest
sha256:c71611ce6…
Size
39.3 MB
Last updated
almost 2 years ago
docker pull pierredurrr/jbops2docker