fix readme

This commit is contained in:
The Foxon 2023-10-09 17:03:32 +00:00
parent 72c7aea0ed
commit 1239481d4a

View File

@ -9,6 +9,7 @@ services:
environment: environment:
DISCORD_TOKEN: '' DISCORD_TOKEN: ''
ECO_API_BASE: 'http://127.0.0.1:3001' ECO_API_BASE: 'http://127.0.0.1:3001'
ECO_API_KEY: ''
``` ```
```bash ```bash
docker-compose up -d docker-compose up -d
@ -29,6 +30,7 @@ services:
environment: environment:
DISCORD_TOKEN: '' DISCORD_TOKEN: ''
ECO_API_BASE: 'http://127.0.0.1:3001' ECO_API_BASE: 'http://127.0.0.1:3001'
ECO_API_KEY: ''
``` ```
```bash ```bash