Skip to content

Commit c72fc47

Browse files
authored
Merge pull request #10 from crowdsecurity/lucascherifi-patch-1
Update install-with-docker-compose.md
2 parents b539e54 + b6abf76 commit c72fc47

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/install-with-docker-compose.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

33
Follow this guide to get the development stack installed locally.
44

5-
## [Linux host only] Fix permissions for docker volumes when using a Linux host:
6-
7-
To allow container to create directories, please fix the permissions to:
8-
9-
```sh
10-
chmod 777 . logs
11-
```
12-
13-
> Note: Do this only in local development context. We'll try to find a better solution.
14-
155
## Install the stack for development purpose
166

177
Select the PHP version you want to use (7.2, 7.3, 7.4, 8.0) :
@@ -54,4 +44,4 @@ docker-compose exec crowdsec cscli bouncers add wordpress-bouncer
5444

5545
The LAPI URL is:
5646

57-
http://crowdsec:8080
47+
http://crowdsec:8080

0 commit comments

Comments
 (0)