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

chore: Use Couch 3.2.2 #325

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

chore: Use Couch 3.2.2 #325

wants to merge 3 commits into from

Conversation

Crash--
Copy link
Contributor

@Crash-- Crash-- commented Jul 27, 2022

No description provided.

@@ -13,7 +13,7 @@ cache:
directories:
- node_modules
before_script:
- docker run -d -p 5984:5984 --name couch apache/couchdb:2.3
- docker run -d -p 5984:5984 --name couch -e COUCHDB_USER= -e COUCHDB_PASSWORD= apache/couchdb:3.2.2
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure we can use empty admin credentials? I believe this is not possible and would recommend using admin/admin or something similar.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just trying to debug, so trying several things ^^.

Are you sure we can use empty admin credentials? I believe this is not possible and would recommend using admin/admin or something similar.

Yeah, but I'll have to edit the cozy.yaml file before running the stack. If I understand correctly, actually we don't have this step. I was trying to avoid it.

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