Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 869 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 869 Bytes

PlexAutoSkip Official Docker Container

Docker container for PlexAutoSkip

Version Tags

Tag Description
latest Stable release

Usage

docker-compose

  plexautoskip:
    image: ghcr.io/mdhiggins/plexautoskip-docker
    container_name: plexautoskip
    environment:
      - PUID=${PUID}
      - PGID=${PGID}
      - TZ=${TZ}
    volumes:
      - /opt/appdata/plexautoskip:/config
    restart: unless-stopped

config directory

  • Mount config.ini and/or custom.json containing directory to /config using volumes, this should also contain your logging.ini file and any generated log files will be included in this directory

Environment Variables

Variable Description
PUID User ID
PGID Group ID
PAS_PATH /usr/local/pas
PAS_UPDATE Set to true to update PlexAutoSkip from Github master on container start