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

Docker persistence missing #454

Open
back0nline opened this issue Mar 4, 2021 · 2 comments
Open

Docker persistence missing #454

back0nline opened this issue Mar 4, 2021 · 2 comments

Comments

@back0nline
Copy link

There is no Docker persistence

The documentation says how to do it but actually it does not work

For what i saw on the dockerfile and dockerfile-alpine there is no "VOLUME" pointing to "/home/archerysec".

@neilmusgrove
Copy link

If you look at the example docker compose file it shows how you can setup archery with a postgres db in a separate container with persistence. I think you're right on the method shown in the docs though, it doesn't appear to work.

@williamchalmers
Copy link

I expected the db to maintain persistence data but that seems not to be the case, I got persistence working by mounting the app folder from the container on the host.

docker cp archerysec:/home/archerysec/app .
chown 999.999 app/* -R

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

No branches or pull requests

3 participants