Docker
services:
bot:
build: .
ports:
- "8080:8080"
volumes:
- ${CONFIG_PATH}/SCPToolsBot/:/bot/SCPToolsBot/Last updated
services:
bot:
build: .
ports:
- "8080:8080"
volumes:
- ${CONFIG_PATH}/SCPToolsBot/:/bot/SCPToolsBot/Last updated
mkdir ScpToolsBot
cd ScpToolsBot
curl -L https://raw.githubusercontent.com/Vxrpenter/SCPToolsBot/master/docker-compose.yml
curl -L https://raw.githubusercontent.com/Vxrpenter/SCPToolsBot/master/.env
sudo docker compose up