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 ``` yaml
http: http:
routers: routers:
cyberstrawberry-gitea: gitea:
entryPoints: entryPoints:
- websecure - websecure
tls: tls:
certResolver: myresolver certResolver: myresolver
service: cyberstrawberry-gitea service: gitea
rule: Host(`git.bunny-lab.io`) rule: Host(`git.bunny-lab.io`)
services: services:
cyberstrawberry-gitea: gitea:
loadBalancer: loadBalancer:
servers: servers:
- url: http://192.168.5.70:3000 - url: http://192.168.5.70:3000