ylliX - Online Advertising Network

Amy Adams refused ‘very dirty’ SNL song that would be ‘scarring’ for young fans

Amy Adams demonstrated one of the first rules of comedy: Know your audience. Former “Saturday Night Live” cast member Seth Meyers, along with fellow “SNL” alums Andy Samberg, Akiva Schaffer and Jorma Taccone, took time during “The Lonely Island and Seth Meyers Podcast” to break down a song from a 2008 episode hosted by Adams. While discussing the […]

Fortune 25 CEO takes 1.5 hour Zoom call on a 6 AM flight, passenger claims he refused to use headphones and spoke with an ‘I’m the eldest boy’ level of volume: ‘Is this okay?’

If you’re taking an early morning flight, it’s likely that you want to use your aerial trip to get some shut-eye before you land. Especially if you’re flight is scheduled for six o’clock in the morning—you’re probably arriving at the airport around 3 AM. Everyone’s a bit grumpy when they’re in for a trip in […]

Connection refused with MYSQL db when node app dockerized

I have a problem with connecting my node app container to MySQL database. When -compose up I keep getting error from container logs: server-1 | Unable to connect to database ConnectionRefusedError [SequelizeConnectionRefusedError]: connect ECONNREFUSED 172.20.0.2:3306 Here is my db instance: const { Sequelize } = require(“sequelize”); require(“dotenv”).config(); const sequelize = new Sequelize(“admin”, “password”, “table”, { […]