From 6e3a40ee5cfc7ac5768be55eaf67d0b985e38107 Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Wed, 25 Nov 2020 19:33:24 -0500 Subject: [PATCH] forgot to include vol in gitea containerfile --- src/gitea/Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gitea/Containerfile b/src/gitea/Containerfile index 23b7b89..02dac13 100644 --- a/src/gitea/Containerfile +++ b/src/gitea/Containerfile @@ -9,7 +9,9 @@ LABEL deployopts="\ -p 9081:80 \ -p 9022:22 \ -v /srv/vol/gitea/git:/vol/git \ --v /srv/vol/gitea/data:/vol/data" +-v /srv/vol/gitea/data:/vol/data \ +-v /srv/vol/gitea/log:/vol/log \ +" # Build variables # uid that the files owner user should have