Commit d4c7c71
Fix Docker Compose version field warning for Ubuntu compatibility
PROBLEM: Ubuntu users see "the attribute version is obsolete" warning
because Docker Compose v2+ deprecates the version field.
SOLUTION:
✅ Remove "version": "3.8" from all Docker Compose configurations
✅ Update test to expect no version field (Docker Compose v2+ standard)
✅ Maintains full compatibility with both Docker Compose v1 and v2+
RESULT: No more Docker Compose version warnings on modern systems.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d81b56a commit d4c7c71
File tree
3 files changed
+3
-5
lines changed- src/code_indexer
- services
- tests
3 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
242 | 241 | | |
243 | 242 | | |
244 | 243 | | |
| |||
733 | 732 | | |
734 | 733 | | |
735 | 734 | | |
736 | | - | |
737 | 735 | | |
738 | 736 | | |
739 | 737 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
131 | 130 | | |
132 | 131 | | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments