fix caddy config ports

This commit is contained in:
2023-06-11 13:57:26 +02:00
parent 2c57a59e15
commit 48bb1d81db

View File

@@ -51,10 +51,10 @@ docker service update git_drone --force
## example caddy config ## example caddy config
``` ```
git.example.com { git.example.com {
reverse_proxy git:80 reverse_proxy git:3000
} }
ci.example.com { ci.example.com {
reverse_proxy drone:80 reverse_proxy drone:8080
} }
``` ```