Docker container for PlexAutoSkip
Tag | Description |
---|---|
latest | Stable release |
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
- Mount config.ini and/or custom.json containing directory to
/config
using volumes, this should also contain yourlogging.ini
file and any generated log files will be included in this directory
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 |