Update Containers/Docker/Docker Compose/Gitea.md
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user