1
0
mirror of https://github.com/ArcticFoxes-net/Nitter-Docker-Compose synced 2024-10-01 07:22:47 -04:00

Consistency Fix

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-11-30 04:03:20 -05:00 committed by GitHub
parent 705af9b41b
commit 3822c13753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,8 +50,6 @@ services:
image: ghcr.io/linuxserver/swag
container_name: swag
restart: unless-stopped
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
@ -70,6 +68,8 @@ services:
- nitter
security_opt:
- no-new-privileges:true
cap_add:
- NET_ADMIN
networks:
nitter: