Extend ddev config for ssh access

This commit is contained in:
Björn Fromme
2021-02-04 21:01:42 +01:00
parent 5543fbcb7a
commit 753dcc98b6
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ services:
web:
environment:
- TYPO3_CONTEXT=Development
- PHP_IDE_CONFIG=serverName=${DDEV_SITENAME}.ddev.site
volumes:
- ../public/typo3conf/ext/ep_theme/Resources/Private/Assets:/var/www/html/public/typo3conf/ext/ep_theme/Resources/Private/Assets:consistent
ports:
- "9922:22"