79785264

Date: 2025-10-08 09:10:00
Score: 4
Natty:
Report link

I have the same error on the secret variable definition. I make the mistake of indenting incorrectly as if they depended on the services, when they don't.

services:
 # ...
  secrets:
    db_secret:
      file: .env.local

to fix it

services:
 # ...
secrets:
  db_secret:
    file: .env.local

An error as big as the missing semicolon..

Reasons:
  • RegEx Blacklisted phrase (1): I have the same error
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same error
  • Low reputation (1):
Posted by: Yvialga