diff options
author | Kristofer Hallin <kristofer@sunet.se> | 2021-10-13 08:49:41 +0200 |
---|---|---|
committer | Kristofer Hallin <kristofer@sunet.se> | 2021-10-13 08:49:41 +0200 |
commit | cd80cf3e00b76d8aa0b2819552525d7959e9dd1b (patch) | |
tree | 0d57cd05bd8d68a0ff899abe75361bcf673ad193 /README.md | |
parent | 9b42192e54b409b7d6c1a12a8d802bc1edbaf37c (diff) | |
parent | cf963db31d603abbd93ee56271a16603b525dad5 (diff) |
Merge branch 'main' of git.sunet.se:soc_collector
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ Start CouchDB and the collector. Make sure to give it a username and password: export COUCHDB_USER=couchdb export COUCHDB_PASSWORD=insecure export COUCHDB_NAME=test + export COUCHDB_HOSTNAME=couchdb docker-compose up Now the database and the API server should be running, now we can try |