mirror of
https://github.com/iv-org/infrastructure.git
synced 2025-07-22 22:10:36 -04:00
Deploy Gitea with :latest instead of enforcing a version
This commit is contained in:
parent
00214fca72
commit
374c3f0228
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: docker.io/gitea/gitea:1.16.2
|
image: docker.io/gitea/gitea:latest
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue