My GitHub Mirror of docker_deployment_notes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
256 B

version: '3'
services:
splinterlandsbotv2:
restart: unless-stopped
container_name: splinterlands
build: .
volumes:
- ./config:/bot/config
command: ["dotnet", "/bot/Ultimate Splinterlands Bot V2.dll"]