Skip to content

Commit 8b60f94

Browse files
committed
changes php ini path for development
1 parent 8fe79fe commit 8b60f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
PHP_IDE_CONFIG: "serverName=localhost"
1313
volumes:
1414
- ../app:/srv/app
15-
- ./php:/usr/local/etc/php
15+
- ./php/development:/usr/local/etc/php
1616
- ~/.ssh/:/home/root/.ssh
1717
depends_on:
1818
- db

0 commit comments

Comments
 (0)