certs working with wg

This commit is contained in:
venus
2026-03-31 23:24:54 -05:00
parent 95e27e1deb
commit 529bb27dc8
4 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ services:
# declare an antrypoint. Websecure is defined in the traefik.yml file
- "traefik.http.routers.wg-easy.entrypoints=websecure"
# declare the certificate resolver. Also defined in traefik.yml file
- "traefik.http.routers.wg-easy.tls.certresolver=basic-letsencrypt"
- "traefik.http.routers.wg-easy.tls.certresolver=basic"
# set the port which will be proxied to the address
- "traefik.http.services.wg-easy.loadbalancer.server.port=51821"