Mercurial > sat_docs
comparison docker/libervia_cont.sh @ 108:a7b8bb39736b
Docker (libervia_cont, sat, sat_nomedia): removed port 28915 which was used for SI File Transfer and is not used anymore (it may reappear in the futur if force_port is reimplemented)
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 29 Feb 2016 12:59:23 +0100 |
parents | b59491821a8a |
children | cb16c0a1f194 |
comparison
equal
deleted
inserted
replaced
107:470dafe3f5b6 | 108:a7b8bb39736b |
---|---|
43 PROSODY_PORTS="5222 5269 5280 5281" | 43 PROSODY_PORTS="5222 5269 5280 5281" |
44 PORT_5222_NAME="XMPP client to server" | 44 PORT_5222_NAME="XMPP client to server" |
45 PORT_5269_NAME="XMPP server to server" | 45 PORT_5269_NAME="XMPP server to server" |
46 PORT_5280_NAME="HTTP Upload" | 46 PORT_5280_NAME="HTTP Upload" |
47 PORT_5281_NAME="HTTP Upload (HTTPS)" | 47 PORT_5281_NAME="HTTP Upload (HTTPS)" |
48 SAT_PORTS="10143 10125 28915" | 48 SAT_PORTS="10143 10125" |
49 PORT_10143_NAME="IMAP server" | 49 PORT_10143_NAME="IMAP server" |
50 PORT_10125_NAME="SMTP server" | 50 PORT_10125_NAME="SMTP server" |
51 PORT_28915_NAME="XMPP file transfer" | |
52 LIBERVIA_PORTS="8080 8443" | 51 LIBERVIA_PORTS="8080 8443" |
53 PORT_8080_NAME="HTTP" | 52 PORT_8080_NAME="HTTP" |
54 PORT_8443_NAME="HTTPS" | 53 PORT_8443_NAME="HTTPS" |
55 NO_PORT="No public port" | 54 NO_PORT="No public port" |
56 | 55 |