-
Notifications
You must be signed in to change notification settings - Fork 145
Description
Clone el repo ajuste los parámetros como en el video, y plex en los logs manda el siguiente error.
6 3000 /root/Library/Application Support
8192
Critical: libusb_init failed
Estoy usando:
Docker version 24.0.4, build 3713ee1
Docker Compose version v2.15.1
OS: Debian GNU/Linux 11 (bullseye) x86_64
Asi esta en mi compose:
plex:
image: jaymoulin/plex:1.30.1.6562
expose:
- 32400
- 33400
# Descomentar si NO usas network_mode: "host"
# ports:
# - 32400:32400
# - 33400:33400
container_name: plex
environment:
- TZ=America/Mexico_City
volumes:
- ${STORAGE}/Plex Media Server:/root/Library/Application Support/Plex Media Server
- ${MEDIA}:/media
- ${STORAGE}/tmp:/tmp
restart: unless-stopped
network_mode: "host" # Solo funciona en Linux
Alguien que le haya pasado este problema.