Consistency Fix

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-11-30 04:03:55 -05:00 committed by GitHub
parent 07cbbb1a6d
commit 8ab7c6f66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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