Not directly related to Discord.js but im using it for a bot and I cant find any better place to ask
So I have a .env file which contains the value
TMP_IDS='{"30059578": {"FirstName": "Joe","LastName": "Blogs"}, "30061640": {"FirstName": "Billy","LastName": "Boy"}}'
this works fine in my env (its a temporary system until the other part is made)
But to deploy it im using docker-compose and I cant seem to for the life of me get it to accept that string, its to do with the quotes but i cant seem to escape characters or anything in yml, anyone got any ideas how I can put that string version of a json object into a yml list value