HashCore Docs
Proxy

Update

Instructions to update HashCore Proxy to the latest version using Docker.

Updating to a New Version

# Stop services
docker compose down

# Fetch updates
git pull

# Update images
docker compose pull

# Start with the new updates
docker compose up -d

Configuration Migration

When updating from versions below 1.2.0:

  • Rename farm-proxy.yaml to proxy.yaml
  • Update the ports according to the new scheme
  • Use the web configurator for setup
© 2026 HashCore. All rights reserved.