Fix build bug

This commit is contained in:
TheMaddax 2024-12-09 14:16:38 -06:00
parent 80aac9bf3c
commit 2ca7683696

View file

@ -2,12 +2,11 @@ version: '3'
services:
gitea:
build:
container_name: gitea
pull_policy: build
build:
context: .
dockerfile: Dockerfile.gitea
dockerfile: Dockerfile
environment:
- USER_UID=1000
- USER_GID=1000