mirror of
https://github.com/tommytran732/Gitea-Docker-Compose
synced 2024-11-08 15:31:33 -05:00
Consistency Fix
This commit is contained in:
parent
772ffc2eab
commit
74926165c2
@ -48,8 +48,6 @@ services:
|
||||
image: ghcr.io/linuxserver/swag
|
||||
container_name: swag
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
@ -69,6 +67,8 @@ services:
|
||||
- gitea
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
||||
networks:
|
||||
gitea:
|
||||
|
Loading…
Reference in New Issue
Block a user