mirror of
https://github.com/ArcticFoxes-net/Nitter-Docker-Compose
synced 2024-11-18 23:01:35 -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
|
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
|
||||||
@ -70,6 +68,8 @@ services:
|
|||||||
- nitter
|
- nitter
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
nitter:
|
nitter:
|
||||||
|
Loading…
Reference in New Issue
Block a user