Skip to content

Commit 36eb825

Browse files
committed
Minor changes to docker compose and docs
1 parent 36e42fc commit 36eb825

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
mongo_db:
1212
image: 'docker.io/bitnami/mongodb:4.2-debian-10'
1313
volumes:
14-
- '/tmp/playbook:/bitnami/mongodb'
14+
- './playbook:/bitnami/mongodb'
1515
environment:
1616
- MONGODB_USERNAME=threatplaybook
1717
- MONGODB_PASSWORD=password123

documentation/docs/quick-installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ git clone https://github.com/we45/ThreatPlaybook.git
1414
cd ThreatPlaybook
1515
```
1616

17+
> For Linux users, you might have to add another set of permissions for the MongoDB to work correctly.
18+
>
19+
> `sudo chown -R 1001 $PWD/playbook`
20+
1721
##### Run the Playbook server
1822
```
1923
docker-compose up -d

0 commit comments

Comments
 (0)