From 4b4c55089406aa590ff6506cd0fd031bbe4e588b Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 13 Apr 2021 16:51:59 +0200 Subject: [PATCH] Move over to the rootless image --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 21c1940e..069eeaf8 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: app: - image: "gitea/gitea:1.14.0" + image: "gitea/gitea:1.14.0-rootless" configs: - source: app_ini target: /data/gitea/conf/app.ini