Skip to content

Commit 100ba24

Browse files
author
gluafamichl
committed
Mod: Not required settings removed
1 parent 1a7d624 commit 100ba24

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
],
99
"workspaceFolder": "/var/www/html",
1010
"customizations": {
11-
"jetbrains" : {
12-
"settings" : {
13-
"Docker:app:DockerSettings.dockerComposePath" : "/usr/bin/docker",
14-
"Docker:app:DockerSettings.dockerPath" : "/usr/bin/docker"
15-
}
16-
},
1711
"vscode": {
1812
"extensions": [
1913
"xdebug.php-debug",

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ RUN yes | pecl install xdebug && docker-php-ext-enable xdebug \
9898
&& echo "xdebug.mode = debug" >> /usr/local/etc/php/conf.d/xdebug.ini \
9999
&& echo "xdebug.start_with_request = yes" >> /usr/local/etc/php/conf.d/xdebug.ini \
100100
&& echo "xdebug.client_port = 9003" >> /usr/local/etc/php/conf.d/xdebug.ini \
101-
&& echo "xdebug.client_host = localhost" >> /usr/local/etc/php/conf.d/xdebug.ini \
102101
&& echo "xdebug.idekey = PHPSTORM" >> /usr/local/etc/php/conf.d/xdebug.ini \
103102
\
104103
# Configuring PHP

0 commit comments

Comments
 (0)