overrides/stackspin-nextcloud-override: fix volumes indentation
This commit is contained in:
parent
a2aff8060b
commit
2f4f238ef5
1 changed files with 8 additions and 8 deletions
|
@ -66,14 +66,14 @@ data:
|
|||
]
|
||||
];
|
||||
# https://help.nextcloud.com/t/preview-settings-not-described-well/197952/9
|
||||
extraVolumes:
|
||||
- name: nas-media
|
||||
nfs:
|
||||
server: 172.16.0.2
|
||||
path: /mnt/b/media
|
||||
extraVolumeMounts:
|
||||
- name: nas-media
|
||||
mountPath: /var/www/html/data/nfs/nas-media
|
||||
extraVolumes:
|
||||
- name: nas-media
|
||||
nfs:
|
||||
server: 172.16.0.2
|
||||
path: /mnt/b/media
|
||||
extraVolumeMounts:
|
||||
- name: nas-media
|
||||
mountPath: /var/www/html/data/nfs/nas-media
|
||||
#lifecycle:
|
||||
# postStartCommand:
|
||||
# - '/bin/bash'
|
||||
|
|
Loading…
Add table
Reference in a new issue