Rename faucet service name in docker compose #11

Merged
nabarun merged 2 commits from ng-update-demo-readme into main 2024-07-24 09:46:36 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 2b56b26621 - Show all commits

View File

@ -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"]

View File

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

View File

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