prestodb / prestorials

Tutorials and examples of how to deploy Presto and connect it to different data sources
https://prestodb.io/
Apache License 2.0
19 stars 11 forks source link

Use relative dir instead of absolute tmp dir in docker-compose-native #23

Closed Archy-X closed 4 months ago

Archy-X commented 4 months ago

Changes the host system volume path in docker-compose-native back to the ./prestissimo/data relative directory instead of the absolute /tmp directory. The absolute directory cannot get mounted on MacOS because Docker Compose cannot access it.