1
0
Fork 0
forked from mirror/prosody

Use automatic location for certificates

README: SSL certificates
Port 5223 for legacy ssl c2s
This commit is contained in:
Sara Aimée Smiseth 2020-06-01 11:10:19 +02:00
parent 4ff329cad2
commit d9aff8aaad
3 changed files with 75 additions and 37 deletions

View file

@ -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 \