Spec out owners on mounts
This commit is contained in:
parent
545e4c6fbd
commit
89e560197d
@ -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
|
||||
|
Reference in New Issue
Block a user