Update faucet service

This commit is contained in:
Adw8 2024-07-24 10:26:40 +05:30 committed by Nabarun
parent e4dbb8bd4b
commit 2b56b26621
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
services:
start-faucet:
faucet:
restart: unless-stopped
image: cerc/laconic-faucet:local
command: ["bash", "-c", "./start-faucet.sh"]

View File

@ -37,7 +37,7 @@ Instructions for running the laconic faucet
```bash
network:
ports:
laconic-faucet:
faucet:
- '3000:3000'
```

View File

@ -184,7 +184,7 @@
...
network:
ports:
laconic-faucet:
faucet:
- '4000:3000'
```