Update 'README.md'

This commit is contained in:
verita84 2022-11-30 23:43:59 +00:00
parent 4d55149753
commit 2b1a0b2cad

View File

@ -1,12 +1,13 @@
1. Modify the following lines in ```bot.sh```
1. Create the bot account on your instance
2. Modify the following lines in ```bot.sh```
```
SQL_USER='root'
SQL_PASS='sql'
SQL_DATABASE='pooper'
```
2. Create the bot account on your instance
3. Build and start the bot container
3. Build and start the bot container
```
docker build -t blockbot .
docker run -d --name blockbot --restart=always -e ENDPOINT=poster.place --add-host postgresql:192.168.0.146 blockbot