mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-06 14:04:11 +00:00
Fix arrays with multiple values (#14)
* fix arrays * Set pidfile in prosody.cfg.lua
This commit is contained in:
parent
ade86ee812
commit
357f4d4040
6 changed files with 22 additions and 10 deletions
|
@ -49,6 +49,7 @@ RUN buildDeps='gcc git libc6-dev libidn11-dev liblua5.2-dev libsqlite3-dev libss
|
|||
&& luarocks install luaevent \
|
||||
&& luarocks install luadbi \
|
||||
&& luarocks install luadbi-sqlite3 \
|
||||
&& luarocks install stringy \
|
||||
\
|
||||
&& apt-get purge -y --auto-remove $buildDeps
|
||||
|
||||
|
@ -58,6 +59,9 @@ RUN groupadd -r prosody \
|
|||
&& useradd -r -g prosody prosody \
|
||||
&& chown prosody:prosody /usr/local/var/lib/prosody
|
||||
|
||||
RUN mkdir -p /var/run/prosody/ \
|
||||
&& chown prosody:prosody /var/run/prosody/
|
||||
|
||||
# https://github.com/prosody/prosody-docker/issues/25
|
||||
ENV __FLUSH_LOG yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue