From 6719342818cce6f30c2a8908e96b35f5d84cd1c2 Mon Sep 17 00:00:00 2001 From: Gitea Bot Date: Sun, 8 Feb 2026 15:24:49 +0000 Subject: [PATCH] docs: fix template placeholders [skip ci] --- LICENSE | 2 +- README.md | 8 ++++---- docker-compose.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 914b14b..bcf1400 100644 --- a/LICENSE +++ b/LICENSE @@ -58,7 +58,7 @@ APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright 2026 {{.OwnerName}} +Copyright 2026 pi-farm Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 5ae32d3..03620e8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# {{.RepoName}} -![Build Status](https://git.pi-farm.de/{{.OwnerName}}/{{.RepoName}}/actions/workflows/build.yaml/badge.svg) +# docker-baseimage-alpine-lighttpd +![Build Status](https://git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd/actions/workflows/build.yaml/badge.svg) ## Projekt-Details -* **Besitzer:** {{.OwnerName}} -* **Repository:** {{.RepoName}} +* **Besitzer:** pi-farm +* **Repository:** docker-baseimage-alpine-lighttpd diff --git a/docker-compose.yml b/docker-compose.yml index 71ea4bf..235f332 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: - {{.RepoName}}: - image: git.pi-farm.de/{{.OwnerName}}/{{.RepoName}}:{{.BranchName}} - container_name: {{.RepoName}} + docker-baseimage-alpine-lighttpd: + image: git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd:1.0 + container_name: docker-baseimage-alpine-lighttpd environment: - PUID=1000 - PGID=1000