[Helm Chart](https://artifacthub.io/packages/helm/anza-labs/lubelogger) provided by [Anza-Labs](https://github.com/anza-labs)
-
### Docker Manual Build(For Advanced Users)
-
1. Install Docker
-
2. Clone the repo
-
3. Run docker build -t lubelogger -f Dockerfile .
-
4. CHECK docker-compose.yml and make sure the mounting directories look correct.
-
5. If using traefik, use docker-compose.traefik.yml
-
6. Run docker-compose up
-
### Edge-tagged Image
The `:edge` tagged Docker image may contain features that are considered experimental/not fully tested but have been merged into the main branch, use at your own risk. If you're building the Docker image manually and are cloning directly from the main branch of the repository, your local copy of the repository will contain those experimental features.