Extend ddev config for ssh access
This commit is contained in:
@@ -19,6 +19,12 @@ provider: default
|
||||
omit_containers: [dba]
|
||||
use_dns_when_possible: true
|
||||
timezone: Europe/Berlin
|
||||
webimage_extra_packages: [ ssh ]
|
||||
|
||||
hooks:
|
||||
post-start:
|
||||
- exec: "sudo chmod 600 /home/fromme/.ssh/authorized_keys"
|
||||
- exec: "sudo service ssh start"
|
||||
|
||||
|
||||
# This config.yaml was created with ddev version v1.14.0
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user