Skip to content

Commit a1ade52

Browse files
authored
Merge pull request laradock#369 from LaraDock/patch
fixed laradock#363 PHP_IDE_CONFIG variable.
2 parents 05f4f37 + 89a21cc commit a1ade52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
- "dockerhost:10.0.75.1"
5454
environment:
5555
# IMPORTANT: Set the Remote Interpreter entry matching name to `laravel`
56-
- PHP_IDE_CONFIG="serverName=laravel"
56+
- PHP_IDE_CONFIG=serverName=laravel
5757

5858
### Nginx Server Container ##################################
5959

0 commit comments

Comments
 (0)