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

add information about docker-compose.yml to README.md #4100

Closed
wants to merge 0 commits into from

Conversation

lumpsoid
Copy link

  • added information on how this can be organized into a docker-compose.yml file for easier interaction.
  • added a couple of examples of what happens in docker-compose.yml
  • slightly reshaped the text in #Instalation

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@lumpsoid
Copy link
Author

lumpsoid commented Dec 1, 2023

@williamdes is there anything else to improve?

README.md Outdated
services:
vaultwarden:
container_name: vaultwarden
image: vaultwarden/server:1.30.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
image: vaultwarden/server:1.30.0
image: vaultwarden/server:1.30.1

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not latest?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it may roll in production major releases without the author noticing.
I prefer range tags: like 1.30 or 1 for example. Alpine linux and other have this

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All right, I'll put the changes back in.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to be a pain here. But we do not have range tags. And the current examples all use latest.

It might change in the future, but I would prefer to keep all examples the same, and no usage of versions. A lot of people tend to forget this and assume it will be charged automatically or something.

So i would prefer to keep latest for now.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I agree, people forget to upgrade
Both ways it's a pain. Let's keep latest then

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@BlackDex BlackDex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides the changes suggested by the others i would also suggest to add the link to the wiki in regards of Docker Compose. It contains a bit more details and that page is easier to update by others too.

So, please also add the following link https://github.com/dani-garcia/vaultwarden/wiki/Using-Docker-Compose

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.

None yet

5 participants