Some docker-compose fixes
This commit is contained in:
parent
9788314868
commit
28c61213f2
2 changed files with 14 additions and 5 deletions
|
@ -8,11 +8,11 @@ cd ~
|
|||
git clone --recurse-submodules https://github.com/esmBot/esmBot
|
||||
cd esmBot
|
||||
```
|
||||
Modify the `.env` file as described in step 5 of the manual setup. Make sure to change the `DB` option to this, however:
|
||||
Modify the `.env` file as described in step 7 of the manual setup. Make sure to change the `DB` option to this, however:
|
||||
```
|
||||
DB=postgresql://esmbot:verycoolpass100@postgres:5432/esmbot
|
||||
```
|
||||
You should then modify the `servers.json` file to change the IP addresses of the servers to match the Docker containers. Example:
|
||||
You should then modify the `config/servers.json` file to change the IP addresses of the servers to match the Docker containers. Example:
|
||||
```json
|
||||
{
|
||||
"lava": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue