Skip to content

Commit

Permalink
Update to ejabberd 15.03
Browse files Browse the repository at this point in the history
  • Loading branch information
rroemhild committed Mar 20, 2015
1 parent f86ad51 commit 9961a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:7
MAINTAINER Rafael Römhild <rafael@roemhild.de>

ENV EJABBERD_VERSION 15.02
ENV EJABBERD_VERSION 15.03
ENV EJABBERD_USER ejabberd
ENV EJABBERD_ROOT /opt/ejabberd
ENV HOME $EJABBERD_ROOT
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-ejabberd

[Ejabberd][ejabberd] server version 15.02 with SSL and internal auth enabled by default. To control the XMPP server, register an admin user 'admin@\<domain\>' with your prefered XMPP client or [ejabberdctl][register]. You can change the default domain `localhost` and other settings through [environment variables][envvar].
[Ejabberd][ejabberd] server version 15.03 with SSL and internal auth enabled by default. To control the XMPP server, register an admin user 'admin@\<domain\>' with your prefered XMPP client or [ejabberdctl][register]. You can change the default domain `localhost` and other settings through [environment variables][envvar].

[ejabberd]: http://ejabberd.im
[register]: #register-the-admin-user
Expand Down

0 comments on commit 9961a2c

Please sign in to comment.