Skip to content

Commit

Permalink
Create dokcer-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindrajob authored May 13, 2022
1 parent 7805d02 commit fdc0e54
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions plex/dokcer-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: '2'
services:
plex:
container_name: plex
image: plexinc/pms-docker
restart: unless-stopped
ports:
- 32400:32400/tcp
- 3005:3005/tcp
- 8324:8324/tcp
- 32469:32469/tcp
- 1900:1900/udp
- 32410:32410/udp
- 32412:32412/udp
- 32413:32413/udp
- 32414:32414/udp
environment:
- TZ=<timezone>
- PLEX_CLAIM=<claimToken>
- ADVERTISE_IP=https://plex.ravindra-job.com/
hostname: plex_docker_2022
volumes:
- ./plex/database>:/config
- ./transcode/temp>:/transcode
- ./your_media/:/data

0 comments on commit fdc0e54

Please sign in to comment.