forked from coop-cloud/nextcloud
Instead of storing the nextcloud data as a docker volume, store it on the local filesystem.
8 lines
118 B
YAML
8 lines
118 B
YAML
volumes:
|
|
nextdata:
|
|
driver: local
|
|
driver_opts:
|
|
type: none
|
|
o: bind
|
|
device: ${NEXTDATA_PATH}
|