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:
2024-07-24 09:46:36 +00:00
committed by nabarun
co-authored by Adw8
parent e84827e1fc
commit 7e7b355c0f
3 changed files with 9 additions and 16 deletions
@@ -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'
```