Manual Configuration
Using a Custom Configuration Folder
By default, the proxy uses the /opt/stratum-proxy/configs/ directory. You can specify your own folder for storing configuration files. This is useful for migrating settings or storing configurations in a convenient location.
How to Configure
- Open the existing
.envfile in the project's root directory. - Add or modify the following variable in it:
STRATUM_PROXY_DIR=/FULL_PATH/configs
⚠️ The path must be absolute (starting with
/).
- Save the
.envfile - After modifying
.env, you need to restart the containers:
docker compose down && docker compose up -d
After this, HashCore Proxy will look for the stratum-proxy.yaml file in the directory you specified.