We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e42fc commit 36eb825Copy full SHA for 36eb825
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
mongo_db:
12
image: 'docker.io/bitnami/mongodb:4.2-debian-10'
13
volumes:
14
- - '/tmp/playbook:/bitnami/mongodb'
+ - './playbook:/bitnami/mongodb'
15
environment:
16
- MONGODB_USERNAME=threatplaybook
17
- MONGODB_PASSWORD=password123
documentation/docs/quick-installation.md
@@ -14,6 +14,10 @@ git clone https://github.com/we45/ThreatPlaybook.git
cd ThreatPlaybook
```
+> 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
+
21
##### Run the Playbook server
22
23
docker-compose up -d
0 commit comments