Spec out owners on mounts

This commit is contained in:
Luke Murphy 2020-04-15 13:56:58 +02:00
parent 545e4c6fbd
commit 89e560197d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 0 deletions

View File

@ -8,10 +8,14 @@ volumes:
- type: directory
src: /var/lib/gitea
dest: /data
owner: git
group: git
- type: directory
src: /var/lib/gitea/.ssh
dest: /data/git/.ssh
owner: git
group: git
- type: file
create: false