TYPO3 CMS dockerized
Running on official Docker hub library image library/php:5.5-apache
Note: Work in progress. For now this provides only fresh installations.
- Configure database credentials in
docker-compose.yml
- Run
docker-compose up
- Open
http://<YOUR_DOCKER_HOST_IP>:80/
- Configure the database with Hostname
db
, databasetypo3
and your credentials
- Import existing TYPO3 database + typo3conf
- Autoconfigure fresh install
Inspired by hbokh/docker-typo3-cms