mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-12-18 16:20:19 +00:00
12 lines
219 B
Markdown
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
|
|
````
|