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): compose + persistent storage #376

Merged
merged 4 commits into from
Jun 19, 2021
Merged

feat(docker): compose + persistent storage #376

merged 4 commits into from
Jun 19, 2021

Conversation

Fuwn
Copy link
Contributor

@Fuwn Fuwn commented Jun 16, 2021

The main aspect of this commit is that it adds persistent storage for Docker containers running ftpserver. Previously, if a Docker container were to be restarted, the files within the container would be lost, as well, the generated configuration was unable to be modified from the outside. The solution is creating a Docker volume that allows us to interface with both the configuration file and the files.

This commit also creates a Docker Compose file, it's just a simpler and quicker way of deploying a Docker container.

@fclairamb
Copy link
Owner

Very good idea!

@fclairamb fclairamb enabled auto-merge (squash) June 19, 2021 19:06
@fclairamb fclairamb disabled auto-merge June 19, 2021 19:07
@fclairamb fclairamb merged commit c7ba965 into fclairamb:master Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants