We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffccec8 commit 174099aCopy full SHA for 174099a
.devcontainer/docker-compose.yml
@@ -13,7 +13,6 @@ services:
13
XDEBUG_MODE: '${XDEBUG_MODE:-develop,debug}'
14
XDEBUG_CONFIG: '${XDEBUG_CONFIG:-client_port=9003 client_host=host.docker.internal discover_client_host=true}'
15
REPOSITORY_URL: '${REPOSITORY_URL:-https://github.com/roots/bedrock.git}'
16
- COMPOSER_ROOT_VERSION: '5.0.x-dev'
17
volumes:
18
- ~/.ssh:/home/vscode/.ssh:ro
19
- 'app:/roots/app'
0 commit comments