Rename faucet service name in docker compose (#11)
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675) Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Reviewed-on: #11 Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
This commit was merged in pull request #11.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
services:
|
||||
start-faucet:
|
||||
faucet:
|
||||
restart: unless-stopped
|
||||
image: cerc/laconic-faucet:local
|
||||
command: ["bash", "-c", "./start-faucet.sh"]
|
||||
|
||||
@@ -37,7 +37,7 @@ Instructions for running the laconic faucet
|
||||
```bash
|
||||
network:
|
||||
ports:
|
||||
laconic-faucet:
|
||||
faucet:
|
||||
- '3000:3000'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user