Add build policy
This commit is contained in:
parent
6198f04bbf
commit
2c434c234f
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:latest
|
image: gitea/gitea:latest
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
|
pull_policy: build
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.gitea
|
dockerfile: Dockerfile.gitea
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue