{"id":17686499,"url":"https://github.com/psi-4ward/docker-contao","last_synced_at":"2026-02-19T13:02:44.968Z","repository":{"id":142192269,"uuid":"71400165","full_name":"psi-4ward/docker-contao","owner":"psi-4ward","description":"Docker Container for Contao CMS","archived":false,"fork":false,"pushed_at":"2020-09-23T09:35:39.000Z","size":2674,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-01T14:53:04.992Z","etag":null,"topics":["contao","contao-cms","docker","docker-container"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psi-4ward.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-19T21:18:54.000Z","updated_at":"2025-03-13T21:34:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5adc540-4385-4853-b85d-ca1172f8fe07","html_url":"https://github.com/psi-4ward/docker-contao","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/psi-4ward/docker-contao","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psi-4ward%2Fdocker-contao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psi-4ward%2Fdocker-contao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psi-4ward%2Fdocker-contao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psi-4ward%2Fdocker-contao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psi-4ward","download_url":"https://codeload.github.com/psi-4ward/docker-contao/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psi-4ward%2Fdocker-contao/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29614592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["contao","contao-cms","docker","docker-container"],"created_at":"2024-10-24T10:45:03.123Z","updated_at":"2026-02-19T13:02:44.961Z","avatar_url":"https://github.com/psi-4ward.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contao Docker Container\n\n[![Image Size](https://images.microbadger.com/badges/image/psitrax/contao.svg)](https://microbadger.com/images/psitrax/contao)\n[![Docker Stars](https://img.shields.io/docker/stars/psitrax/contao.svg)](https://hub.docker.com/r/psitrax/contao/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/psitrax/contao.svg)](https://hub.docker.com/r/psitrax/contao/)\n[![Docker Automated buil](https://img.shields.io/docker/automated/psitrax/contao.svg)](https://hub.docker.com/r/psitrax/contao/)\n\n* Based on CentOS 7\n* Apache 2.4 (event)\n* PHP 7.3\n* Preinstalled composer\n* Auto-adjust `DocumentRoot` for Contao 4\n* Configured for [Contao CMS](https://www.contao.org)\n* Ability to change UID of Apache to circumvent permission problems\n* Includes some useful tools and presets like git, curl, bashrc and vimrc\n* Xdebug (disabled by default), Imagemagick, php-(bcmath,intl,json,mbstring,mcrypt,mysql,snmp,soap,xml)\n\n## Usage\n\n```\n// Start MySQL/MariaDB first\nsudo docker run --rm --name mysql \\\n  -e MYSQL_ROOT_PASSWORD=root \\\n  -v $HOME/contao/_db:/var/lib/mysql \\\n  mariadb\n\n// take contao installation from $HOME/contao/contao\nsudo docker run --rm --name contao \\\n  -v $HOME/contao/contao:/var/www \\\n  --link mysql:mysql \\\n  -p 80:80 \\\n  -e RUN_UID=$UID \\\n  -e XDEBUG=true \\\n  -e PHP_VALUE=max_execution_time=90,memory_limit=512M \\\n  psitrax/contao\n\n// enter the Container\nsudo docker exec -ti contao bash\nroot at 53e71dbf4adc in ~ su apache\napache at 53e71dbf4adc in /var/www ~ composer create-project contao/standard-edition website\n\n// if permission problems occour change owner\nroot at 53e71dbf4adc in ~ chown -R apache /var/www\n\n// or managed edition\napache at 53e71dbf4adc in /var/www ~ composer create-project contao/managed-edition website\n\napache at 53e71dbf4adc in /var/www ~ mv website/* website/.gitignore .\n// Restart Container to detect Contao 4\n```\n\n## Configuration\n\nUse Environment Variables for Configuration\n\n* `TIMEZONE=America/New_York` Adjust the timezone (Default: Europe/Berlin)\n* `RUN_UID` The UID of internal `apache` User. Set it to your local UID to prevent file access problmes while developing.\n* `XDEBUG=true` Enable xdebug (disabled by default)\n* `PHP_VALUE` / `PHP_ADMIN_VALUE` / `PHP_FLAG` Overwrite arbitrary PHP settings: eg `max_execution_time=90,memory_limit=512M`\n\n\n## Maintainer\n\n* Christoph Wiechert \u003cwio@psitrax.de\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsi-4ward%2Fdocker-contao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsi-4ward%2Fdocker-contao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsi-4ward%2Fdocker-contao/lists"}