mirror of
https://github.com/iv-org/infrastructure.git
synced 2024-10-01 00:45:37 -04:00
Deploy Gitea with :latest instead of enforcing a version
This commit is contained in:
parent
00214fca72
commit
374c3f0228
@ -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…
Reference in New Issue
Block a user