Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker): Check for /app/config volume mount during setup #826

Merged
merged 4 commits into from
Feb 4, 2021
Merged

feat(docker): Check for /app/config volume mount during setup #826

merged 4 commits into from
Feb 4, 2021

Conversation

TheCatLady
Copy link
Collaborator

Description

A common issue for users who aren't familiar with Docker is that they find their Overseerr configuration/data wiped after an update/restart of the container.

This PR adds the creation of a zero-byte file to the Docker image in /app/config, which would only be visible to the container if the volume mount was not properly configured.

Screenshot (if UI related)

image

Todos

  • Successful build
  • Translation keys

@TheCatLady TheCatLady marked this pull request as draft February 3, 2021 07:54
@TheCatLady TheCatLady marked this pull request as ready for review February 3, 2021 10:06
@TheCatLady TheCatLady marked this pull request as draft February 3, 2021 10:08
@TheCatLady TheCatLady marked this pull request as ready for review February 3, 2021 10:09
src/components/Setup/index.tsx Outdated Show resolved Hide resolved
@sct sct merged commit 1e5f88f into sct:develop Feb 4, 2021
@TheCatLady TheCatLady deleted the docker-volume-check branch February 4, 2021 02:08
@github-actions
Copy link

github-actions bot commented Feb 5, 2021

🎉 This PR is included in version 1.19.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants