An open-source scratch-off style map to track your travels.
100K+

An open-source scratch-off style map to track your travels.
The commands to create the data directory and set permissions are Linux specific.
mkdir -p /opt/docker/scratch-map/data
chown -R 1000:1000 /opt/docker/scratch-map/data
docker run -d --restart=always --name scratch-map -p 8080:8080 \
-e PORT=8080 -e DBLOCATION=/data \
-v /opt/docker/scratch-map/data:/data \
ad3m3r5/scratch-map:latest
npm installnpm runThis varies depending on the OS, however I would recommend checking out PM2.
process.env.DBLOCATION
process.env.PORT





Content type
Image
Digest
sha256:9cf68f678…
Size
59.5 MB
Last updated
almost 2 years ago
docker pull ad3m3r5/scratch-map