cm0002@lemmy.world to Programmer Humor@programming.dev · 29 days agoErrorsmander.xyzimagemessage-square9fedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageErrorsmander.xyzcm0002@lemmy.world to Programmer Humor@programming.dev · 29 days agomessage-square9fedilink
minus-squareIm_old@lemmy.worldlinkfedilinkarrow-up1·29 days agoFun fact (not really), when docker-compose throws an error on a yaml file it tells on which line the error is. The problem is that it ignores any commented out line, so you end up guesstimating on which line the error is
minus-squaresynae[he/him]@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·29 days agoEasy solution, no comments! Plus then you have a fun puzzle you can figure out over and over again
Fun fact (not really), when docker-compose throws an error on a yaml file it tells on which line the error is. The problem is that it ignores any commented out line, so you end up guesstimating on which line the error is
Easy solution, no comments! Plus then you have a fun puzzle you can figure out over and over again