Update README.md

master
Tai 2 years ago committed by GitHub
parent 24ae9df6e6
commit 1f068fa1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
Thank you PCJones for creating this bot!
This is my implementation of the dockerized version of the bot it is fatter than ontje-dev's version (341MB vs 129MB).
* Note1: For my version I can't get automatic updates to work! due to a "config/version.usb" timestamp error.
* Note1: I can't seem get automatic updates to work on my version! due to a "config/version.usb" timestamp error. But it works on ontje-dev's version
* Note2: If you rather use ontje-dev's version you can use their [Dockerfile](https://github.com/ontje-dev/Ultimate-Splinterlands-Bot-Docker/blob/main/Dockerfile) with the [docker-compose-onteje-dev-version.yml](https://github.com/StarWhiz/docker_deployment_notes/blob/master/splinterlands-bot-v2/docker-compose-onteje-dev-version.yml) included in this repository. Make sure you modify the `BOT_VERSION` in their Dockerfile to the version you want like in my Dockerfile [section](https://github.com/StarWhiz/docker_deployment_notes/tree/master/splinterlands-bot-v2#dockerfile).
@ -17,6 +17,7 @@ To start deploying. Create all the folders and files below with the modification
└── config/
├── accounts.txt
├── config.txt
├── version.usb
├── Dockerfile
├── docker-compose.yml
```
@ -118,6 +119,14 @@ MAX_BROWSER_INSTANCES=2
###################Browser Mode Settings###################
```
### version.usb (optional)
This file is not required to run the container. I got this file from the [linux-x64.zip](https://github.com/PCJones/Ultimate-Splinterlands-Bot-V2/releases). It's used for an update check but I'm not sure why it fails.
```
2022-01-28 22:54:52
linux-x64
```
### Dockerfile
You need to modify ARG BOT_VERSION="2.9-fix2" to be on the latest version.

Loading…
Cancel
Save