mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2025-01-12 16:39:25 -05:00
Consistency Fix
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
07cbbb1a6d
commit
8ab7c6f66e
@ -80,8 +80,6 @@ services:
|
|||||||
image: ghcr.io/linuxserver/swag
|
image: ghcr.io/linuxserver/swag
|
||||||
container_name: swag
|
container_name: swag
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
@ -102,6 +100,8 @@ services:
|
|||||||
- mjolnir
|
- mjolnir
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
|
||||||
pantalaimon:
|
pantalaimon:
|
||||||
image: matrixdotorg/pantalaimon:latest
|
image: matrixdotorg/pantalaimon:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user