Files
website-typo3/.ddev/docker-compose.override.yaml
T

11 lines
272 B
YAML

version: '3.6'
services:
web:
environment:
- TYPO3_CONTEXT=Development
volumes:
- ../public/typo3conf/ext/ep_theme/Resources/Private/Assets:/var/www/html/public/typo3conf/ext/ep_theme/Resources/Private/Assets:consistent
ports:
- "9922:22"