Easy installation of Contao CMS for development and testing purposes.
1.6K
Make sure to provide a MySQL or MariaDB instance for example using docker compose:
version: '3.1'
services:
contao:
image: productionbuild/contao
ports:
- 80:80
networks:
- default
database:
image: mariadb
ports:
- 3306:3306
environment:
MYSQL_ROOT_PASSWORD: example
networks:
- default
networks:
default:
docker stack deploy -c docker-compose.yml contaoFor more information on how to use this image see also this blog post.
Content type
Image
Digest
Size
347.4 MB
Last updated
over 7 years ago
docker pull productionbuild/contao