mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 07:18:06 +02:00
11 lines
No EOL
231 B
YAML
11 lines
No EOL
231 B
YAML
version: '3.7'
|
|
services:
|
|
plex:
|
|
image: ghcr.io/linuxserver/plex:latest
|
|
container_name: plex
|
|
network_mode: host
|
|
environment:
|
|
- VERSION=docker
|
|
restart: always
|
|
volumes:
|
|
- ${PLEX_MEDIA_PATH}:/media/ |