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