Update docker.md
Add oneline install option.
This commit is contained in:
parent
9b80dbcc5f
commit
d0f2f3999a
@ -3,7 +3,13 @@ title: Docker Installation
|
|||||||
description: Install and run homepage from Docker
|
description: Install and run homepage from Docker
|
||||||
---
|
---
|
||||||
|
|
||||||
Using docker compose:
|
Using the oneline installer (docker-compose):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
wget https://raw.githubusercontent.com/gethomepage/homepage/main/homepagehelper.sh && chmod +x homepagehelper.sh && sudo ./homepagehelper.sh install
|
||||||
|
```
|
||||||
|
|
||||||
|
or docker compose:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "3.3"
|
version: "3.3"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user