Changing formatting of ports stanzas, part deux.
This commit is contained in:
+9
-10
@@ -1157,7 +1157,6 @@ services:
|
|||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
- 8282:8200
|
- 8282:8200
|
||||||
- ${DUPLICATI_PORT_8200}:8200
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- bind:
|
- bind:
|
||||||
@@ -2194,7 +2193,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:${JICOFO_REST_PORT:-8889}:8888
|
- 127.0.0.1:8889:8888
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- bind:
|
- bind:
|
||||||
@@ -2255,7 +2254,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
- ${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp
|
- 20000-20050:20000-20050/udp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- bind:
|
- bind:
|
||||||
@@ -2314,8 +2313,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
- ${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp
|
- 10000:10000}/udp
|
||||||
- 127.0.0.1:${JVB_COLIBRI_PORT:-8091}:8080
|
- 127.0.0.1:8091:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- bind:
|
- bind:
|
||||||
@@ -2414,7 +2413,7 @@ services:
|
|||||||
XMPP_RECORDER_DOMAIN:
|
XMPP_RECORDER_DOMAIN:
|
||||||
XMPP_PORT:
|
XMPP_PORT:
|
||||||
expose:
|
expose:
|
||||||
- ${XMPP_PORT:-5222}
|
- 5222
|
||||||
- "5347"
|
- "5347"
|
||||||
- "5280"
|
- "5280"
|
||||||
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable}
|
image: jitsi/prosody:${JITSI_IMAGE_VERSION:-stable}
|
||||||
@@ -2595,8 +2594,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
- ${JITSI__HTTP_PORT}:80
|
- 8001:80
|
||||||
- ${JITSI__HTTPS_PORT}:443
|
- 8002:443
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- bind:
|
- bind:
|
||||||
@@ -5050,8 +5049,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
- ${YOUR_SPOTIFY_PORT_80}:80
|
- 8088:80
|
||||||
- ${YOUR_SPOTIFY_PORT_443}:443
|
- 8098:443
|
||||||
restart: always
|
restart: always
|
||||||
youtubedl:
|
youtubedl:
|
||||||
container_name: youtubedl
|
container_name: youtubedl
|
||||||
|
|||||||
Reference in New Issue
Block a user