Keep track of Minecraft bases with this simple Node.js Express app.
927
Keep track of Minecraft bases with this simple Node.js Express app.
Run as a Docker container using the following compose.yml:
services:
all-your-base:
image: davescodemusings/all-your-base:latest
container_name: all-your-base
hostname: all-your-base
restart: unless-stopped
ports:
- "2101:2101"
volumes:
- ./data:/app/data
Point your web browser to http://IP.AD.DR.ESS:2101/
Features:
docker kill --signal="HUP" <container-id>).More on GitHub:
Content type
Image
Digest
sha256:0baacb753…
Size
389.2 MB
Last updated
almost 2 years ago
docker pull davescodemusings/all-your-base