Files
nextcloud/compose.local-data.yml
Linus Gasser 079812a9fa Adding a data volume to nextcloud
Instead of storing the nextcloud data as a docker volume,
store it on the local filesystem.
2026-03-22 15:46:49 +01:00

8 lines
118 B
YAML

volumes:
nextdata:
driver: local
driver_opts:
type: none
o: bind
device: ${NEXTDATA_PATH}