Mercurial > sat_docs
comparison docker/prosody/Dockerfile @ 91:30f3f83d6959
docker (prosody, libervia_cont): expose HTTP upload ports in Prosody image
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 19 Feb 2016 14:27:11 +0100 |
parents | bcba1966e6db |
children | b69056368901 |
comparison
equal
deleted
inserted
replaced
90:64623a78af2f | 91:30f3f83d6959 |
---|---|
99 EXPOSE 5222 | 99 EXPOSE 5222 |
100 | 100 |
101 # server to server (S2S) | 101 # server to server (S2S) |
102 EXPOSE 5269 | 102 EXPOSE 5269 |
103 | 103 |
104 # HTTP upload | |
105 EXPOSE 5280 | |
106 | |
107 # HTTP upload (HTTPS) | |
108 EXPOSE 5281 | |
109 | |
104 ########## | 110 ########## |
105 # LAUNCH # | 111 # LAUNCH # |
106 ########## | 112 ########## |
107 | 113 |
108 # prosody need to access /var/run to write it's pid | 114 # prosody need to access /var/run to write it's pid |