fix volume local path

This commit is contained in:
Daniel Quinlan 2023-01-16 17:11:33 -08:00
parent 51fdd7e8a5
commit a648a89959

View file

@ -19,4 +19,4 @@ services:
stdin_open: true # docker run -i stdin_open: true # docker run -i
tty: true # docker run -t tty: true # docker run -t
volumes: volumes:
- $(pwd)/data:/gsc - data:/gsc