forked from mirror/prosody
Exchange build parameter into image parameter
This commit is contained in:
parent
16e9418632
commit
57a4a5ecd4
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
build: .
|
image: shaula/rpi-prosody:0.9.10
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
- "5222:5222"
|
- "5222:5222"
|
||||||
|
@ -108,4 +108,4 @@ log = {
|
||||||
## Missing
|
## Missing
|
||||||
|
|
||||||
* [Multi-User-Chats](https://prosody.im/doc/modules/mod_muc) (MUC) is not yet configured
|
* [Multi-User-Chats](https://prosody.im/doc/modules/mod_muc) (MUC) is not yet configured
|
||||||
* ??
|
* ??
|
||||||
|
|
Loading…
Reference in a new issue