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