Skip to content

Commit 4da126e

Browse files
committed
fix(instructions): update environment variable documentation filename from .env.default to .env.example
1 parent 2c76448 commit 4da126e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/instructions/docker.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ services:
745745

746746
- [DF-CMP-019] Prefer `env_file` for non-sensitive, environment-specific config.
747747
- [DF-CMP-020] Use `.env` for Compose variable interpolation (project name, ports, feature flags).
748-
- [DF-CMP-021] Document all required environment variables in `.env.default` (committed) without values.
748+
- [DF-CMP-021] Document all required environment variables in `.env.example` (committed) without values.
749749

750750
### 15.7 Profiles for optional services
751751

0 commit comments

Comments
 (0)