riconet/apache

By riconet

Updated 3 months ago

This image is designed to fit the needs of running a TYPO3/Shopware and other instances.

Image
Web Servers
0

1.3K

Docker image for TYPO3 instances

Description

This image is designed to fit the needs of running a TYPO3/Shopware and other instances.

All files are served from /var/www/html/public

xdebug

xdebug is disabled by default.

use the env variable to enable xdebug: XDEBUG_MODE=develop,debug

standard in config: xdebug.mode=off

to check: php -r 'xdebug_info();'

Node Versions

node v20 and v22 (default) are provided via nvm

PHP 7.4 provides v16 and v18

to change the version use the following commands:

nvm use v22
nvm use v20

only php 7.4:

nvm use v18
nvm use v16

Docker Pull Command

docker pull riconet/apache