[PR #3193] [MERGED] chore(dev): add xdebug support for docker setup #6152

Closed
opened 2026-02-05 10:25:41 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3193
Author: @bourdaisj
Created: 1/22/2022
Status: Merged
Merged: 1/24/2022
Merged by: @ssddanbrown

Base: masterHead: xdebug-docker-compose-setup


📝 Commits (2)

  • a2a2f3a chore(dev): add xdebug support for docker setup
  • ac6eceb doc(dev): add xdebug informations

📊 Changes

4 files changed (+17 additions, -0 deletions)

View changed files

📝 dev/docker/Dockerfile (+2 -0)
dev/docker/php/conf.d/xdebug.ini (+7 -0)
📝 docker-compose.yml (+3 -0)
📝 readme.md (+5 -0)

📄 Description

Add xdebug support in the docker compose setup.
Works well with my my setup (vscode), should work fine for other IDE as well.

If this looks good, I will provide documentation in the README.md and other relevant places (?).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/3193 **Author:** [@bourdaisj](https://github.com/bourdaisj) **Created:** 1/22/2022 **Status:** ✅ Merged **Merged:** 1/24/2022 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `xdebug-docker-compose-setup` --- ### 📝 Commits (2) - [`a2a2f3a`](https://github.com/BookStackApp/BookStack/commit/a2a2f3a4dd65d48d0ad4c4b353082162e4eb0576) chore(dev): add xdebug support for docker setup - [`ac6eceb`](https://github.com/BookStackApp/BookStack/commit/ac6eceb0e570304b9bff7a8fefa6428b352f8920) doc(dev): add xdebug informations ### 📊 Changes **4 files changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `dev/docker/Dockerfile` (+2 -0) ➕ `dev/docker/php/conf.d/xdebug.ini` (+7 -0) 📝 `docker-compose.yml` (+3 -0) 📝 `readme.md` (+5 -0) </details> ### 📄 Description Add xdebug support in the docker compose setup. Works well with my my setup (vscode), should work fine for other IDE as well. If this looks good, I will provide documentation in the README.md and other relevant places (?). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:25:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6152