This commit is contained in:
2026-08-02 13:31:05 +02:00
parent da4f72dff4
commit 49ba7afb98
2 changed files with 21 additions and 12 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
services:
prosody:
image: prosody/xmpp:latest
image: prosody
restart: unless-stopped
ports:
- "5000:5000"
@@ -17,7 +17,7 @@ services:
- ./certs:/usr/local/etc/prosody/certs
prosody_postgres:
image: prosody/xmpp:latest
image: prosody
restart: unless-stopped
ports:
- "5000:5000"
@@ -51,7 +51,7 @@ services:
POSTGRES_PASSWORD: prosody
prosody_ldap:
image: prosody/xmpp:latest
image: prosody
restart: unless-stopped
ports:
- "5000:5000"