Ajout variable version
This commit is contained in:
parent
3207e3ebed
commit
76e4cc3728
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: '3.1'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:1.16.5
|
image: gitea/gitea:{{ docker_gitea_image_version }}
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
|
|
Loading…
Reference in a new issue