Try using a named volume on Prosody to see if it helps with permissions.
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
# 2026-06-11 Hyperling
|
# 2026-06-11 Hyperling
|
||||||
# Configuration for running a Prosody XMPP server.
|
# Configuration for running a Prosody XMPP server.
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
prosody_data:
|
||||||
|
driver: local
|
||||||
|
driver_opts:
|
||||||
|
type: none
|
||||||
|
device: ../../Volumes/Prosody/data
|
||||||
|
o: bind
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
container_name: prosody
|
container_name: prosody
|
||||||
@@ -23,7 +31,7 @@ services:
|
|||||||
# retries: 2
|
# retries: 2
|
||||||
# start_period: 30s
|
# start_period: 30s
|
||||||
volumes:
|
volumes:
|
||||||
- ../../Volumes/Prosody/data:/var/lib/prosody/
|
- prosody_data:/var/lib/prosody/
|
||||||
- ../../Volumes/ReverseProxy/letsencrypt/live:/etc/letsencrypt/live
|
- ../../Volumes/ReverseProxy/letsencrypt/live:/etc/letsencrypt/live
|
||||||
deploy:
|
deploy:
|
||||||
mode: global
|
mode: global
|
||||||
|
|||||||
Reference in New Issue
Block a user