nginx conf

docker-compose.yml: The nginx service maps port 80 to 80; the first port is localhost port 80, and the second is port 80 of the nginx […]

discord bot

run the command: the content of bot.js is: in XXXX paste your token to run the script: create a server discord the discord server: A […]

persist data in Prometheus

I was experiencing an issue where Prometheus persisted information, but it displayed the metric without the increase() function, so it didn’t show the accumulated data […]