1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
This commit is contained in:
kev 2018-01-26 19:28:53 +08:00
parent 2fc1fd3034
commit 359e904422

@ -15,6 +15,7 @@ ELK
$ sysctl -w vm.max_map_count=262144
$ vi /etc/sysctl.conf
vm.max_map_count = 262144
$ chown -R 1000:1000 data
$ docker-compose up -d
```