nextcloud-container/examples/nc.toml

11 lines
268 B
TOML
Raw Permalink Normal View History

2022-09-10 19:52:59 +00:00
[http]
[http.routers]
[http.routers.nc]
entryPoints = ["http"]
rule = "Host(`nc.localhost`)"
service = "nc"
[http.services]
[http.services.nc.loadBalancer]
[[http.services.nc.loadBalancer.servers]]
url = "http://nextcloud/"