Add Docker support section to README.md
This commit is contained in:
16
README.md
16
README.md
@@ -116,3 +116,19 @@ To help build a more privacy focused product, we recommend using [Fathom Analyti
|
|||||||
###### ** Analytics in this dashboard start May 03, 2022. View this [Google Sheets file](https://docs.google.com/spreadsheets/d/1GL4SroAdH-OZphBVR5z-BoSukHIEVJfao25q_e9-Ii8/edit?usp=sharing) with the generic unique pageview data from Google Analytics.
|
###### ** Analytics in this dashboard start May 03, 2022. View this [Google Sheets file](https://docs.google.com/spreadsheets/d/1GL4SroAdH-OZphBVR5z-BoSukHIEVJfao25q_e9-Ii8/edit?usp=sharing) with the generic unique pageview data from Google Analytics.
|
||||||
|
|
||||||
[](https://usefathom.com/ref/EQVZMV)
|
[](https://usefathom.com/ref/EQVZMV)
|
||||||
|
|
||||||
|
---
|
||||||
|
### 🐳 Docker Support
|
||||||
|
LittleLink includes Docker support for easy deployment and development. All Docker-related files are located in the `docker/` directory.
|
||||||
|
|
||||||
|
To run LittleLink using Docker:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker compose -f docker/compose.yaml up
|
||||||
|
```
|
||||||
|
|
||||||
|
This will make the site available at http://localhost:8080
|
||||||
|
|
||||||
|
For more information about Docker configuration, see [docker/README.md](docker/README.md).
|
||||||
|
|
||||||
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user