Update faucet service
This commit is contained in:
parent
e4dbb8bd4b
commit
2b56b26621
@ -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'
|
||||
```
|
||||
|
||||
|
@ -184,7 +184,7 @@
|
||||
...
|
||||
network:
|
||||
ports:
|
||||
laconic-faucet:
|
||||
faucet:
|
||||
- '4000:3000'
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user