Browse Source

Update README.md

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

7
splinterlands-bot-v2/README.md

@ -167,7 +167,7 @@ RUN chmod +x ultimatesplinterlandsbotv2
``` ```
### docker-compose.yml ### 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) Note: If you are using ontje-dev's Dockerfile, subtitute 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' version: '3'
@ -180,11 +180,6 @@ services:
- ./config:/linux-x64/config - ./config:/linux-x64/config
command: "./ultimatesplinterlandsbotv2" command: "./ultimatesplinterlandsbotv2"
# fordebugging... command: "tail -f /dev/null" # fordebugging... command: "tail -f /dev/null"
networks:
default:
external:
name: caddy_net
``` ```
### Running the Container ### Running the Container

Loading…
Cancel
Save