# Plex Media Server services: plex: image: lscr.io/linuxserver/plex:latest container_name: plex restart: unless-stopped network_mode: host # Pro HW transkódování a DLNA volumes: - ./data:/config - ./media:/media environment: - PUID=1000 - PGID=1000 - TZ=Europe/Prague - VERSION=docker - NVIDIA_VISIBLE_DEVICES=all logging: driver: json-file options: max-size: "10m" max-file: "3"