File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,11 @@ protected function configure(): void
181181 null ,
182182 InputOption::VALUE_REQUIRED ,
183183 'MailHog HTTP port '
184+ )->addOption (
185+ Source \CliSource::OPTION_SET_DOCKER_HOST_XDEBUG ,
186+ null ,
187+ InputOption::VALUE_NONE ,
188+ 'Deprecated option to resolve host.docker.internal on Linux. Did nothing at the moment '
184189 )->addOption (
185190 Source \CliSource::OPTION_NGINX_WORKER_PROCESSES ,
186191 null ,
Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ class CliSource implements SourceInterface
5656 public const OPTION_WITH_ENTRYPOINT = 'with-entrypoint ' ;
5757 public const OPTION_WITH_MARIADB_CONF = 'with-mariadb-conf ' ;
5858
59+ /**
60+ * @deprecated Will be removed in next major release
61+ */
62+ public const OPTION_SET_DOCKER_HOST_XDEBUG = 'set-docker-host ' ;
63+
5964 /**
6065 * Environment variables.
6166 */
You can’t perform that action at this time.
0 commit comments