From 3d4f387906fbd97fa139c9688e080f8842eab0f5 Mon Sep 17 00:00:00 2001 From: Tai Date: Mon, 7 Feb 2022 13:09:32 -0800 Subject: [PATCH] Update README.md --- splinterlands-bot-v2/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/splinterlands-bot-v2/README.md b/splinterlands-bot-v2/README.md index 0b8f819..2b94b24 100644 --- a/splinterlands-bot-v2/README.md +++ b/splinterlands-bot-v2/README.md @@ -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 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 ``` ### 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'