Skip to content

Commit 09aba65

Browse files
authored
Merge pull request #1 from electrobayan/1.0.1
[1.0.1] docker config for CLI
2 parents d7ad488 + 505b907 commit 09aba65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ services:
2020
- ./www:/var/www
2121
- ./images/php/php.ini:/usr/local/etc/php/conf.d/40-custom.ini
2222
- ~/.ssh:/root/.ssh
23+
environment:
24+
PHP_IDE_CONFIG: "serverName=Docker"
2325
maria:
2426
image: mariadb:10.2
2527
ports:

0 commit comments

Comments
 (0)