Commit db2fd3d
fix: set docker compose project name for predictable container names
Without -p, Docker Compose uses the directory name (deploy/) as the
project name, creating containers like deploy-app-1 instead of
hello-world-app-1. The generated Caddyfile expects <app-name>-app-1.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9441709 commit db2fd3d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments