x86_64
arm64
armhf
latest
— Last stable version of Typo3 with apache
x
— Major version of Typo3 with apache
x.x
— Minor version of Typo3 with apache
x.x.x
— Fix version of Typo3 with apache
Note: Requires a frontend (e.g. NGINX)
fpm
— Last stable version of Typo3 on php fpm
x-fpm
— Major version of Typo3 on php fpm
x.x-fpm
— Minor version of Typo3 on php fpm
x.x.x-fpm
— Fix version of Typo3 on php fpm
Note: Requires a frontend (e.g. NGINX)
fpm-alpine
— Last stable version of Typo3 on php fpm (alpine)
x-fpm-alpine
— Major version of Typo3 on php fpm (alpine)
x.x-fpm-alpine
— Minor version of Typo3 on php fpm (alpine)
x.x.x-fpm-alpine
— Fix version of Typo3 on php fpm (alpine)
TYPO3 is a Professional and flexible Content Management System (CMS) based on PHP.
This image will bring you a production ready Typo3 contaner to meet your requirements. Different flavors of this container are available:
- PHP with apache
- PHP fpm
- PHP fpm (alpine)
maxwaldorf/typo3
(apache) image can be used as is:
docker run \
-p 8080:80 \
-v </path/to/html>:/var/www/html \
maxwaldorf/typo3:latest
On the first run, you will start immediatly with the configuration of your Typo3 installation.
Note: if you are not using Sqlite3 database, you will need a mariadb or Postgresql database to connect to.
You can check the Github repository: MaxWaldorf/typo3-docker
to review the code.
Images are updated manually on GitHub by setting the versions.json file and running the update.sh script.
The github bug tracker will be exclusively used.
This work is licensed under the General Public License, version 3. More details in LICENCE file.