From 0c572486ba8a1c759bf27ce50bddec972b156f46 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 22 Apr 2021 12:49:11 +1000 Subject: [PATCH] Revert volume path --- docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index c5c98f7d36..9e77dd1181 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -110,6 +110,6 @@ volumes: o: bind # This directory specified where InvenTree data are stored "outside" the docker containers # Change this path to a local system path where you want InvenTree data stored - device: c:\my-inventree-data + device: /path/to/data # Static files, shared between containers static: \ No newline at end of file