Browse Source

Update README.md

master
Tai 4 years ago committed by GitHub
parent
commit
3d4f387906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      splinterlands-bot-v2/README.md

5
splinterlands-bot-v2/README.md

@ -120,7 +120,7 @@ MAX_BROWSER_INSTANCES=2 @@ -120,7 +120,7 @@ MAX_BROWSER_INSTANCES=2
```
### 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.
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 in my container but not ontje-dev's.
```
2022-01-28 22:54:52
linux-x64
@ -134,6 +134,8 @@ Check for latest version here [Ultimate Splinterlands Bot V2](https://github.com @@ -134,6 +134,8 @@ Check for latest version here [Ultimate Splinterlands Bot V2](https://github.com
To update this image you would run docker-compose build in this folder if the version changed.
Note: You may use [ontje-dev's Dockerfile](https://github.com/ontje-dev/Ultimate-Splinterlands-Bot-Docker/blob/main/Dockerfile) instead which has a smaller footprint.
```
FROM ubuntu:latest
@ -165,6 +167,7 @@ RUN chmod +x ultimatesplinterlandsbotv2 @@ -165,6 +167,7 @@ RUN chmod +x ultimatesplinterlandsbotv2
```
### docker-compose.yml
Note: If you are using ontje-dev's Dockerfile sub this docker-compose with [docker-compose-onteje-dev-version.yml](https://github.com/StarWhiz/docker_deployment_notes/blob/master/splinterlands-bot-v2/docker-compose-onteje-dev-version.yml)
```
version: '3'

Loading…
Cancel
Save