Update Containers/Docker/Docker Compose/Gitea.md

This commit is contained in:
Nicole Rappe
2024-01-11 22:13:49 -07:00
parent d6c0d2824d
commit 0203527019

View File

@ -64,16 +64,16 @@ If the container does not run on the same host as Traefik, you will need to manu
``` yaml
http:
routers:
cyberstrawberry-gitea:
gitea:
entryPoints:
- websecure
tls:
certResolver: myresolver
service: cyberstrawberry-gitea
service: gitea
rule: Host(`git.bunny-lab.io`)
services:
cyberstrawberry-gitea:
gitea:
loadBalancer:
servers:
- url: http://192.168.5.70:3000