mirror of
https://github.com/tommytran732/Gitea-Docker-Compose
synced 2024-11-08 20:31:32 -05:00
Consistency Fix
This commit is contained in:
parent
772ffc2eab
commit
74926165c2
@ -48,8 +48,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
|
||||||
@ -69,6 +67,8 @@ services:
|
|||||||
- gitea
|
- gitea
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
gitea:
|
gitea:
|
||||||
|
Loading…
Reference in New Issue
Block a user