Skip to content

Commit

Permalink
Add PHP_IDE_CONFIG=serverName=coyote to docker-compose.override.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Jan 29, 2024
1 parent f3de60f commit 092e418
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.override.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
version: '3.5'

services:
php:
environment:
- PHP_IDE_CONFIG=serverName=coyote

db:
command: postgres -c config_file=/etc/postgresql.conf
volumes:
Expand Down

0 comments on commit 092e418

Please sign in to comment.