From 3e5ecf48a9fb606295b5ea67cd87d7afff7d4564 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 21c1940..069eeaf 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