We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7638eeb commit cb4e56cCopy full SHA for cb4e56c
README.md
@@ -2,6 +2,11 @@
2
3
🛠️️ CLI tool to easily bind localhost network interface with additional IP and ensure matching record in /etc/hosts.
4
5
+> [!WARNING]
6
+> **This tool should only be used in local environments and should not be used in production.**
7
+>
8
+> **It is crucial to use this tool only on projects (configs) under your control as it can seriously compromise your /etc/hosts file.**
9
+
10
This is a helper tool to be installed via `composer global` to machines where the localhost deployment process of
11
Docker composition (via `docker-compose.yaml`) is prepared in a way that it binds the ports on IP from localhost subnet block and multiple of such
12
compositions should be allowed to run in parallel (differentiated by the IP).
0 commit comments