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

Inconsistent volumes #2532

Closed
1 task done
Tracked by #2480
GieltjE opened this issue Jan 1, 2023 · 1 comment
Closed
1 task done
Tracked by #2480

Inconsistent volumes #2532

GieltjE opened this issue Jan 1, 2023 · 1 comment
Labels
bug bw-unified-deploy An Issue related to Bitwarden unified deployment

Comments

@GieltjE
Copy link

GieltjE commented Jan 1, 2023

Steps To Reproduce

https://bitwarden.com/help/install-and-deploy-unified-beta/#using-docker-compose specifies:

    volumes:
      - bitwarden:/etc/bitwarden

and

volumes:
  bitwarden:
  data:

While https://github.com/bitwarden/server/blob/master/docker-unified/docker-compose.yml (which is refered to on the previous page) specifies:

    volumes:
      - bitwarden:/etc/bitwarden
      - logs:/var/log/bitwarden

and

volumes:
  bitwarden:
  logs:
  data:

Expected Result

Consistent documentation

Actual Result

See above

Screenshots or Videos

No response

Additional Context

No response

Githash Version

455d62e-dirty

Environment Details

  • OS: Win 11 insider
  • Env: Docker
  • Hardware: 3700X 64GB ram

Database Image

Mariadb: 10.10.2

Issue-Link

#2480

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@GieltjE GieltjE added bug bw-unified-deploy An Issue related to Bitwarden unified deployment labels Jan 1, 2023
@kspearrin
Copy link
Member

There isn't an inconsistency here. The different examples are just showing different volumes that can be mapped. The only required volume to persist from the Bitwarden container is /etc/bitwarden.

@GieltjE GieltjE closed this as completed Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bw-unified-deploy An Issue related to Bitwarden unified deployment
Projects
None yet
Development

No branches or pull requests

2 participants