mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -04: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
|
||||
container_name: swag
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
@ -102,6 +100,8 @@ services:
|
||||
- mjolnir
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
||||
pantalaimon:
|
||||
image: matrixdotorg/pantalaimon:latest
|
||||
|
Loading…
Reference in New Issue
Block a user