mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
README.md move Troubleshooting section in wiki
This commit is contained in:
parent
ce8dad0efc
commit
9f30d1b508
1 changed files with 1 additions and 11 deletions
12
README.md
12
README.md
|
@ -117,17 +117,7 @@ Use spaces separation, multiline is not supported. For example:
|
|||
EXTERNAL_LISTEN_HOSTS=<yourExternalIp1> <yourExternalIp2 ...
|
||||
```
|
||||
|
||||
## Troubleshooting & FAQ
|
||||
### mongo replica set error
|
||||
if you have mongo replica set error like this:
|
||||
```
|
||||
test> rs.status()
|
||||
MongoServerError: Our replica set config is invalid or we are not a member of it
|
||||
```
|
||||
please run command:
|
||||
```
|
||||
docker compose exec mongo-1 mongosh --port 27001 --eval 'rs.reconfig({_id: rs.conf()._id, members: [{ _id: 0, host: "mongo-1:27001" }]}, {force: true});'
|
||||
```
|
||||
## [Troubleshooting & FAQ](../../wiki/Troubleshooting-&-FAQ#mongodb-requires-a-cpu-with-avx-support)
|
||||
|
||||
## Compatible versions
|
||||
You can find compatible versions on these pages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue