mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -04:00
Drop capabilities
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
2e1c342549
commit
aa0705dd6c
@ -26,6 +26,10 @@ services:
|
||||
- postgres
|
||||
networks:
|
||||
- matrix
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
|
||||
postgres:
|
||||
image: docker.io/postgres:alpine
|
||||
@ -49,6 +53,14 @@ services:
|
||||
- ./element-config.json:/app/config.json:Z
|
||||
networks:
|
||||
- matrix
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
cap_add:
|
||||
- CHOWN
|
||||
- SETGID
|
||||
- SETUID
|
||||
|
||||
swag:
|
||||
image: ghcr.io/linuxserver/swag
|
||||
@ -83,6 +95,10 @@ services:
|
||||
- synapse
|
||||
networks:
|
||||
- matrix
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
|
||||
mjolnir:
|
||||
image: matrixdotorg/mjolnir:latest
|
||||
@ -94,6 +110,10 @@ services:
|
||||
- pantalaimon
|
||||
networks:
|
||||
- matrix
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
|
||||
networks:
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user