Fix build bug
This commit is contained in:
parent
80aac9bf3c
commit
2ca7683696
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue