cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agoErrorsmander.xyzimagemessage-square22linkfedilinkarrow-up158arrow-down13
arrow-up155arrow-down1imageErrorsmander.xyzcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square22linkfedilink
minus-squareIm_old@lemmy.worldlinkfedilinkarrow-up1·1 year 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·1 year 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