chore: add scratch-map

This commit is contained in:
LRVT
2024-11-22 15:53:33 +01:00
parent 4f9d6e2b05
commit 42e53f6e5e
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# 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
````