diff --git a/README.md b/README.md index 63c10de..8e27c86 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ npm run dev ## Installation ### With Docker (recommended) + +[Docker Hub](https://hub.docker.com/r/pawelmalak/flame) + #### Building images ```sh # build image for amd64 only @@ -56,6 +59,20 @@ docker buildx build \ docker run -p 5005:5005 -v /path/to/data:/app/data flame ``` +#### Docker-Compose +```yaml +version: "2.1" +services: + flame: + image: pawelmalak/flame:latest + container_name: flame + volumes: + - :/app/data + ports: + - 5005:5005 + restart: unless-stopped +``` + ### Without Docker Follow instructions from wiki: [Installation without Docker](https://github.com/pawelmalak/flame/wiki/Installation-without-docker) @@ -129,4 +146,4 @@ Follow instructions from wiki: [Custom CSS](https://github.com/pawelmalak/flame/ ## Support If you want to support development of Flame and my upcoming self-hosted and open source projects you can use the following link: -[![PayPal Badge](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://www.paypal.com/paypalme/pawelmalak) \ No newline at end of file +[![PayPal Badge](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://www.paypal.com/paypalme/pawelmalak)