Change Port

This commit is contained in:
vorotamoroz
2026-01-07 09:00:16 +00:00
parent d84b6c4f15
commit 5569ab62df
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
hostname=http://localhost:5984/
hostname=http://localhost:5989/
dbname=livesync-test-db2
minioEndpoint=http://127.0.0.1:9000
username=admin

View File

@@ -1,3 +1,3 @@
#!/bin/bash
set -e
docker run -d --name couchdb-test -p 5984:5984 -e COUCHDB_USER=$username -e COUCHDB_PASSWORD=$password couchdb:3.5.0
docker run -d --name couchdb-test -p 5989:5984 -e COUCHDB_USER=$username -e COUCHDB_PASSWORD=$password couchdb:3.5.0