Spec out owners on mounts
This commit is contained in:
parent
545e4c6fbd
commit
89e560197d
@ -8,10 +8,14 @@ volumes:
|
|||||||
- type: directory
|
- type: directory
|
||||||
src: /var/lib/gitea
|
src: /var/lib/gitea
|
||||||
dest: /data
|
dest: /data
|
||||||
|
owner: git
|
||||||
|
group: git
|
||||||
|
|
||||||
- type: directory
|
- type: directory
|
||||||
src: /var/lib/gitea/.ssh
|
src: /var/lib/gitea/.ssh
|
||||||
dest: /data/git/.ssh
|
dest: /data/git/.ssh
|
||||||
|
owner: git
|
||||||
|
group: git
|
||||||
|
|
||||||
- type: file
|
- type: file
|
||||||
create: false
|
create: false
|
||||||
|
Reference in New Issue
Block a user