Skip to content

Commit 6458680

Browse files
Organize ports in env.emanple
I organized the ports in alpha order, I did it in mine figured I'd PR it into your project/ Also removed the duplicate `JDOWNLOADER_PORT` variable
1 parent 2df6944 commit 6458680

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

.env.example

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,33 @@ EXAMPLE_IP=123.123.123.123
1212

1313
##### PORTS
1414

15-
ORGANIZER_PORT=
16-
HEIMDALL_PORT=
15+
APCUPSD_PORT=
16+
BAZARR_PORT=
17+
EMBY_PORT=
18+
GUACAMOLE_PORT=
1719
HA_DOCKERMON_PORT=
18-
MOSQUITTO_HTTP_PORT=
19-
MOSQUITTO_HTTPS_PORT=
20-
ZONEMINDER_HTTP_PORT=
21-
ZONEMINDER_HTTPS_PORT=
22-
PHPMYADMIN_PORT=
20+
HEIMDALL_PORT=
2321
INFLUXDB_PORT=
22+
IPVANISH_PROXY_PORT=
23+
IPVANISH_REMOTE_SERVER=
2424
JACKETT_PORT=
25-
NZBHYDRA_PORT=
26-
LIDARR_PORT=
27-
#If you change radarr and sonarr port then update plex meta agent
28-
RADARR_PORT=
29-
SONARR_PORT=
3025
JDOWNLOADER_PORT=
31-
SABNZBD_PORT=
32-
QBITTORRENT_PORT=
33-
TRANSMISSION_PORT=
26+
LIDARR_PORT=
27+
MOSQUITTO_HTTP_PORT=
28+
MOSQUITTO_HTTPS_PORT=
29+
NZBHYDRA_PORT=
30+
ORGANIZER_PORT=
31+
PHPMYADMIN_PORT=
3432
PLEX_PORT=
3533
PLEX_WEB_TOOLS_PORT=
36-
EMBY_PORT=
37-
BAZARR_PORT=
34+
QBITTORRENT_PORT=
35+
RADARR_PORT= #If you change radarr port then update plex meta agent
36+
SABNZBD_PORT=
37+
SONARR_PORT= #If you change sonarr port then update plex meta agent
3838
TAUTULLI_PORT=
39-
APCUPSD_PORT=
40-
GUACAMOLE_PORT=
41-
IPVANISH_REMOTE_SERVER=
42-
IPVANISH_PROXY_PORT=
43-
JDOWNLOADER_PORT=
39+
TRANSMISSION_PORT=
40+
ZONEMINDER_HTTP_PORT=
41+
ZONEMINDER_HTTPS_PORT=
4442

4543
##### SYSTEM
4644

0 commit comments

Comments
 (0)