mirror of
https://github.com/terraphim/gitea-infrastructure.git
synced 2026-07-16 00:00:32 +02:00
fix: Remove user directive from compose template
The user: "1000:1000" directive was causing permission issues with the s6-svscan service. Gitea runs fine without it.
This commit is contained in:
@@ -38,7 +38,6 @@ services:
|
|||||||
- GITEA__storage__MINIO_INSECURE_SKIP_VERIFY=false
|
- GITEA__storage__MINIO_INSECURE_SKIP_VERIFY=false
|
||||||
- GITEA__storage__MINIO_USE_SSL=false
|
- GITEA__storage__MINIO_USE_SSL=false
|
||||||
- GITEA__storage__SERVE_DIRECT=true
|
- GITEA__storage__SERVE_DIRECT=true
|
||||||
user: "1000:1000"
|
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user