mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[PR #555] [MERGED] Fix db-data volume in docker-compose.yml #992
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#992
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix-db-data-volume📝 Commits (1)
93b80faFix 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.