{"id":21665347,"url":"https://github.com/dlueth/qoopido.docker.php55","last_synced_at":"2026-04-10T12:03:53.743Z","repository":{"id":33560634,"uuid":"37206879","full_name":"dlueth/qoopido.docker.php55","owner":"dlueth","description":null,"archived":false,"fork":false,"pushed_at":"2016-11-01T18:59:51.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T08:08:20.467Z","etag":null,"topics":[],"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/dlueth.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}},"created_at":"2015-06-10T15:52:01.000Z","updated_at":"2016-10-24T16:59:25.000Z","dependencies_parsed_at":"2022-09-12T22:11:16.342Z","dependency_job_id":null,"html_url":"https://github.com/dlueth/qoopido.docker.php55","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.php55","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.php55/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.php55/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.php55/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlueth","download_url":"https://codeload.github.com/dlueth/qoopido.docker.php55/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244562474,"owners_count":20472660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-25T10:50:02.908Z","updated_at":"2025-12-31T00:07:21.368Z","avatar_url":"https://github.com/dlueth.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recommended directory structure #\nLike with my other containers I encourage you to follow a unified directory structure approach to keep things simple \u0026 maintainable, e.g.:\n\n```\nproject root\n  - docker-compose.yaml\n  - config\n    - php55\n      - initialize.sh (if needed)\n      - fpm\n        - php.ini (if needed)\n        - conf.d\n          - ...\n  - htdocs\n  - data\n    - php55\n      - sessions\n      - logs\n```\n\n# Example docker-compose.yaml #\n```\nphp:\n  image: qoopido/php55:latest\n  ports:\n   - \"9000:9000\"\n  volumes:\n   - ./htdocs:/app/htdocs\n   - ./config/php55:/app/config\n   - ./data/php55:/app/data\n```\n\n# Or start container manually #\n```\ndocker run -d -P -t -i -p 9000:9000 \\\n\t-v [local path to htdocs]:/app/htdocs \\\n\t-v [local path to config]:/app/config \\\n\t-v [local path to data]:/app/data \\\n\t--name php qoopido/php55:latest\n```\n\n# Included modules #\n```\nphp5-common\nphp5-json\nphp5-gd\nphp5-curl\nphp5-mcrypt\nphp5-mysqlnd\nphp5-sqlite\nphp5-apcu\nphp5-memcached\nphp5-xdebug\n```\n\n# Configuration #\nAny files under ```/app/config``` will be symlinked into the container's filesystem beginning at ```/etc/php5```. This can be used to overwrite the container's default php fpm configuration with a custom, project specific configuration.\n\nIf you need a custom shell script to be run on start or stop (e.g. to set symlinks) you can do so by creating the file ```/app/config/up.sh``` or ```/app/config/down.sh```.\n\n# XDebug #\nThis container comes with XDebug pre-installed but disabled. To enable it just port ```9001:9001``` to your ```docker-compose.yaml``` or your shell command and create a file named ```/app/config/fpm/conf.d/20-xdebug.ini``` with the following content:\n\n```\nzend_extension=xdebug.so\nxdebug.remote_enable=1\nxdebug.remote_port=\"9001\"\nxdebug.remote_connect_back=1\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlueth%2Fqoopido.docker.php55","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlueth%2Fqoopido.docker.php55","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlueth%2Fqoopido.docker.php55/lists"}