forked from mirror/prosody
Use automatic location for certificates
README: SSL certificates Port 5223 for legacy ssl c2s
This commit is contained in:
parent
4ff329cad2
commit
d9aff8aaad
3 changed files with 75 additions and 37 deletions
|
@ -50,7 +50,7 @@ RUN buildDeps='gcc git libc6-dev libidn11-dev liblua5.2-dev libsqlite3-dev libss
|
|||
\
|
||||
&& apt-get purge -y --auto-remove $buildDeps
|
||||
|
||||
EXPOSE 5000 5222 5269 5347 5280 5281
|
||||
EXPOSE 5000 5222 5223 5269 5347 5280 5281
|
||||
|
||||
RUN groupadd -r prosody \
|
||||
&& useradd -r -g prosody prosody \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue