1
0
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:
Tommy 2022-11-30 04:02:48 -05:00 committed by GitHub
parent 772ffc2eab
commit 74926165c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: