You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@
12
12
13
13
**gopose** (Go Port Override Solution Engine) is a tool that automatically detects and resolves Docker Compose port binding and network conflicts.
14
14
15
-
It generates a `docker-compose.override.yml` without modifying the original `docker-compose.yml`, and automatically deletes the `override.yml` after resolving port and network conflicts.
15
+
It generates a `compose.override.yml` without modifying the original `compose.yml`, and automatically deletes the `override.yml` after resolving port and network conflicts.
16
16
17
17
### 🎯 Key Features
18
18
19
-
- ✅ **Non-destructive**: Does not modify the original `docker-compose.yml` file
19
+
- ✅ **Non-destructive**: Does not modify the original `compose.yml` file
20
20
- ✅ **Auto-detection**: Automatically detects conflicts with system ports in use
21
21
- ✅ **Auto-resolution**: Automatically assigns available ports
0 commit comments