@cm0002 to Programmer [email protected] • 2 days agoErrorsmander.xyzimagemessage-square34arrow-up1559arrow-down114cross-posted to: [email protected]
arrow-up1545arrow-down1imageErrorsmander.xyz@cm0002 to Programmer [email protected] • 2 days agomessage-square34cross-posted to: [email protected]
minus-square@Im_oldlink9•2 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]linkfedilinkEnglish5•2 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
Or, you can at least put comments at the end of lines