cleanup | add includes for docker-compose files
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s
This commit is contained in:
@@ -16,17 +16,6 @@ Unlike other dashboards that require complex databases or heavy backend services
|
||||
|
||||
## Docker Compose Example
|
||||
|
||||
``` yaml
|
||||
# homepage - docker compose
|
||||
---
|
||||
services:
|
||||
homepage:
|
||||
container_name: homepage
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/store/app/homepage/configs:/app/config # Make sure your local config directory exists
|
||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
||||
ports:
|
||||
- 7676:3000
|
||||
```yaml
|
||||
{{<include "/srv/configs/docker_compose/homepage/docker-compose.yaml">}}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user