Browse Source

forgot to include vol in gitea containerfile

feature/startup-from-labels
Mario Alegre 5 years ago
parent
commit
6e3a40ee5c
  1. 4
      src/gitea/Containerfile

4
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

Loading…
Cancel
Save