Mateyoo

Results 3 comments of Mateyoo

I tried running the bot with the following **docker-compose.yml** file: ```yaml version: '3' services: pajbot: image: leppunen/pajbot2:latest restart: unless-stopped environment: - VIRTUAL_HOST=bot.redacted.tld - LETSENCRYPT_HOST=bot.redacted.tld - VIRTUAL_PORT=80 networks: - public_services #...

> I tried running the bot with the following **docker-compose.yml** file: The only problem I had when running it is this: When I pasted the [example config file](https://github.com/pajbot/pajbot/blob/master/configs/example.ini), I got...

> PS (2022. 08. 29. 20:14 UTC+2): I just realised that I wanted to paste an ini file's content into a json file. :D I formatted the example.ini file into...