[BRANDING] Docker readme

- Modify the README of the docker directory to point to the relevant
docker files and documentation for Forgejo.
This commit is contained in:
Gusted 2023-08-09 15:12:01 +02:00 committed by Gusted
parent 76866f98c3
commit aca6371215

View file

@ -1,7 +1,7 @@
# Gitea - Docker
# Forgejo - Docker
Dockerfile is found in root of repository.
The Dockerfile can be found in the root of repository. [Dockerfile](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/Dockerfile) & [Dockerfile.rootless](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/Dockerfile.rootless).
Docker image can be found on [docker hub](https://hub.docker.com/r/gitea/gitea)
The Docker image can be found on [Coddeberg](https://codeberg.org/forgejo/-/packages/container/forgejo/).
Documentation on using docker image can be found on [Gitea Docs site](https://docs.gitea.io/en-us/install-with-docker/)
Documentation on how you can use the docker image can be found on the [Forgejo documentation website](https://forgejo.org/docs/latest/admin/installation/#installation-with-docker).