Try using a named volume on Prosody to see if it helps with permissions.

This commit is contained in:
2026-06-19 09:06:26 -07:00
parent e8c0ee9b47
commit 06fd6be4d3
+9 -1
View File
@@ -1,6 +1,14 @@
# 2026-06-11 Hyperling
# Configuration for running a Prosody XMPP server.
volumes:
prosody_data:
driver: local
driver_opts:
type: none
device: ../../Volumes/Prosody/data
o: bind
services:
app:
container_name: prosody
@@ -23,7 +31,7 @@ services:
# retries: 2
# start_period: 30s
volumes:
- ../../Volumes/Prosody/data:/var/lib/prosody/
- prosody_data:/var/lib/prosody/
- ../../Volumes/ReverseProxy/letsencrypt/live:/etc/letsencrypt/live
deploy:
mode: global