1
0
Fork 0

Update port numbers

This commit is contained in:
Andrew Tomaka 2017-07-17 13:18:22 -04:00
parent c18b75796b
commit fe6dca936a
No known key found for this signature in database
GPG key ID: C78D1A81582BAC86
2 changed files with 17 additions and 9 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
Ports:
* muximux: 9050
* plexrequests: 9051
* sabnzdb: 9052
* sonarr: 9053
* radarr: 9054
* plexpy: 9055
* ha: 9056
* portainer: 9057

View file

@ -27,7 +27,7 @@ services:
PUID: 0 PUID: 0
PGID: 0 PGID: 0
ports: ports:
- "8181:8181" - "9055:8181"
plexrequests: plexrequests:
image: linuxserver/plexrequests image: linuxserver/plexrequests
container_name: plexrequests container_name: plexrequests
@ -39,7 +39,7 @@ services:
PUID: 0 PUID: 0
PGID: 0 PGID: 0
ports: ports:
- "3000:3000" - "9051:3000"
sabnzdb: sabnzdb:
image: linuxserver/sabnzbd image: linuxserver/sabnzbd
container_name: sabnzbd container_name: sabnzbd
@ -52,14 +52,13 @@ services:
PUID: 0 PUID: 0
PGID: 0 PGID: 0
ports: ports:
- "8081:8080" - "9052:8080"
- "9090:9090"
sonarr: sonarr:
image: linuxserver/sonarr image: linuxserver/sonarr
container_name: sonarr container_name: sonarr
restart: always restart: always
ports: ports:
- "8989:8989" - "9053:8989"
environment: environment:
PUID: 0 PUID: 0
PGID: 0 PGID: 0
@ -74,7 +73,7 @@ services:
container_name: radarr container_name: radarr
restart: always restart: always
ports: ports:
- "7878:7878" - "9054:7878"
environment: environment:
PUID: 0 PUID: 0
PGID: 0 PGID: 0
@ -88,7 +87,7 @@ services:
container_name: muximux container_name: muximux
restart: always restart: always
ports: ports:
- "8082:80" - "9050:80"
volumes: volumes:
- "/mnt/data/docker/muximux/config:/config" - "/mnt/data/docker/muximux/config:/config"
- "/etc/localtime:/etc/localtime:ro" - "/etc/localtime:/etc/localtime:ro"
@ -108,7 +107,7 @@ services:
container_name: ha container_name: ha
restart: always restart: always
ports: ports:
- "8123:8123" - "9056:8123"
volumes: volumes:
- "/etc/localtime:/etc/localtime:ro" - "/etc/localtime:/etc/localtime:ro"
- "/mnt/data/docker/ha/config:/config" - "/mnt/data/docker/ha/config:/config"
@ -119,7 +118,7 @@ services:
container_name: portainer container_name: portainer
restart: always restart: always
ports: ports:
- "9101:9000" - "9057:9000"
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
- "/mnt/data/docker/portainer:/data" - "/mnt/data/docker/portainer:/data"