/docker-typo3

Dockerized TYPO3 CMS using official docker images (library/php + library/mysql)

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.

Supported tags

Build

  1. Configure database credentials in docker-compose.yml
  2. Run docker-compose up
  3. Open http://<YOUR_DOCKER_HOST_IP>:80/
  4. Configure the database with Hostname db, database typo3 and your credentials

TODO

  1. Import existing TYPO3 database + typo3conf
  2. Autoconfigure fresh install

Inspired by hbokh/docker-typo3-cms