Skip to content

Commit

Permalink
rpc-shared.yml naming
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Nov 3, 2023
1 parent 75eeb20 commit 5a38f07
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Docker Compose for a Wemix "End Node" (RPC)
Meant to be used with [central-proxy-docker](https://github.com/CryptoManufaktur-io/central-proxy-docker) for traefik
and Prometheus remote write; use `:ext-network.yml` in `COMPOSE_FILE` inside `.env` in that case.

If you want the gwemix RPC ports exposed locally, use `gwemix-shared.yml` in `COMPOSE_FILE` inside `.env`.
If you want the gwemix RPC ports exposed locally, use `rpc-shared.yml` in `COMPOSE_FILE` inside `.env`.

The `./wemd` script can be used as a quick-start:

Expand Down
2 changes: 1 addition & 1 deletion default.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The settings are in .env, use "nano .env". Don't edit default.env itself.
COMPOSE_FILE=gwemix.yml:wemix-shared.yml
COMPOSE_FILE=gwemix.yml:rpc-shared.yml
# Network: mainnet or wemix-testnet
NETWORK=mainnet
# URL to get the initial datadir snapshot
Expand Down
File renamed without changes.

0 comments on commit 5a38f07

Please sign in to comment.