Compose-Examples/examples/scratch-map/README.md
2024-11-22 15:53:33 +01:00

12 lines
219 B
Markdown

# References
- https://github.com/ad3m3r5/scratch-map
# Notes
May require you to fix permissions of the bind mount volume:
````
sudo chown -R 1000:1000 ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/scratch-map
````