[PR #555] [MERGED] Fix db-data volume in docker-compose.yml #992

Closed
opened 2026-02-26 00:30:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/555
Author: @ypapouin
Created: 8/25/2021
Status: Merged
Merged: 8/25/2021
Merged by: @cuu508

Base: masterHead: fix-db-data-volume


📝 Commits (1)

  • 93b80fa Fix db-data volume in docker-compose.yml

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docker/docker-compose.yml (+1 -1)

📄 Description

Use data folder otherwise a second volume is created that becomes orphaned after a docker-compose down.
That means that, currently, after each up&down you start with a fresh database.


🔄 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/healthchecks/healthchecks/pull/555 **Author:** [@ypapouin](https://github.com/ypapouin) **Created:** 8/25/2021 **Status:** ✅ Merged **Merged:** 8/25/2021 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `fix-db-data-volume` --- ### 📝 Commits (1) - [`93b80fa`](https://github.com/healthchecks/healthchecks/commit/93b80fa19a6aaa30790823030c13868401b9a0e9) Fix db-data volume in docker-compose.yml ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docker/docker-compose.yml` (+1 -1) </details> ### 📄 Description Use data folder otherwise a second volume is created that becomes orphaned after a docker-compose down. That means that, currently, after each up&down you start with a fresh database. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:30:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#992
No description provided.