mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-01-13 16:59:15 +00:00
3 lines
135 B
Bash
3 lines
135 B
Bash
#!/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 |