Skip to content

dockerguild/elk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELK Docker

Search and replace

<MY_REPOSITORY>         # URL of your GIT repository
<MY_PROJECT_PATH>       # Path of your application

Create new project

git clone [email protected]:dockerguild/elk.git
cd elk
rm -fr .git
git init
git remote add origin <MY_REPOSITORY>

Installation

make install

Usage

Start containers

make start

Restart containers

make restart

Down containers

make down

Update containers

make update

Backup

Before your must configure .make/filesystem according to your use.

You must also set up an external backup system !

Dump containers files

make filesystem/dump

Restore containers files

make filesystem/restore

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published