Skip to content

BrianBorge/FTP-Minecraft-World-Backup-Docker-Image

Repository files navigation

FTP Minecraft World Backup Docker Image

Docker Docker GitHub license GitHub issues

Docker image to create a backups of a Java Edition Minecraft world living on an FTP server somewhere.

Running

docker pull bborge/ftp-minecraft-world-backup:latest
docker run \
  -e FTP_HOST=999.9.99.99 \
  -e FTP_USERNAME=MyUser \
  -e FTP_PASSWORD=MYSUPERSECRET! \
  -e WORLD_DIR=WORLD \
  bborge/ftp-minecraft-world-backup:latest

Running using Docker Compose

  1. Create the file .env
  2. Stamp out required environment variables in .env
  3. Validate docker-compose file with docker-compose config. You should see your environment variables in the output.
  4. run docker-compose up

Environment Variables

Required

  • FTP_HOST - FTP host.
  • FTP_USERNAME - Username for FTP login.
  • FTP_PASSWORD - Password for FTP login.
  • WORLD_DIR - Directory where the minecraft world lives.

About

FTP Minecraft World Backup Docker Image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published