From d808fd27f6dbeb0539ec01e2bf9924cdc6313f76 Mon Sep 17 00:00:00 2001 From: stebifan Date: Sat, 21 Apr 2018 11:24:22 +0200 Subject: [PATCH] cert test --- templates/wordpress/1/rancher-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/wordpress/1/rancher-compose.yml b/templates/wordpress/1/rancher-compose.yml index 0b9c85d..eaab6d6 100644 --- a/templates/wordpress/1/rancher-compose.yml +++ b/templates/wordpress/1/rancher-compose.yml @@ -61,8 +61,10 @@ services: start_on_create: true lb_config: port_rules: - - target_port: 80 + target_port: 80 hostname: ${DOMAIN} + certs: + - ${DOMAIN} mariadb: scale: 1