overrides/stackspin-nextcloud-override: fix volumes indentation

This commit is contained in:
xeruf 2024-12-29 22:08:11 +01:00
parent a2aff8060b
commit 2f4f238ef5

View file

@ -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'