Update faucet service
This commit is contained in:
parent
e4dbb8bd4b
commit
2b56b26621
@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
start-faucet:
|
faucet:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: cerc/laconic-faucet:local
|
image: cerc/laconic-faucet:local
|
||||||
command: ["bash", "-c", "./start-faucet.sh"]
|
command: ["bash", "-c", "./start-faucet.sh"]
|
||||||
|
@ -37,7 +37,7 @@ Instructions for running the laconic faucet
|
|||||||
```bash
|
```bash
|
||||||
network:
|
network:
|
||||||
ports:
|
ports:
|
||||||
laconic-faucet:
|
faucet:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -184,7 +184,7 @@
|
|||||||
...
|
...
|
||||||
network:
|
network:
|
||||||
ports:
|
ports:
|
||||||
laconic-faucet:
|
faucet:
|
||||||
- '4000:3000'
|
- '4000:3000'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user