mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-18 14:58:22 +02:00
10 lines
No EOL
201 B
YAML
10 lines
No EOL
201 B
YAML
services:
|
|
plex:
|
|
image: linuxserver/plex
|
|
container_name: plex
|
|
network_mode: host
|
|
environment:
|
|
- VERSION=docker
|
|
restart: always
|
|
volumes:
|
|
- ${PLEX_MEDIA_PATH}:/media/ |