mirror of
https://github.com/ArcticFoxes-net/Nitter-Docker-Compose
synced 2024-11-04 23:11:33 -05:00
Consistency Fix
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
705af9b41b
commit
3822c13753
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user