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: services:
gitea: gitea:
build:
container_name: gitea container_name: gitea
pull_policy: build pull_policy: build
build: build:
context: . context: .
dockerfile: Dockerfile.gitea dockerfile: Dockerfile
environment: environment:
- USER_UID=1000 - USER_UID=1000
- USER_GID=1000 - USER_GID=1000