From 09141f2047767029cdcc0fbfd844deba748a43e4 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Tue, 26 Jul 2022 16:30:59 +0200 Subject: [PATCH] examples - fix magento/swarm --- examples/magento/swarm.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/magento/swarm.yml b/examples/magento/swarm.yml index 91937a679..4b3b9ce99 100644 --- a/examples/magento/swarm.yml +++ b/examples/magento/swarm.yml @@ -25,10 +25,10 @@ services: constraints: - "node.role==worker" labels: - - SERVER_NAME=www.example.com - - USE_REVERSE_PROXY=yes - - REVERSE_PROXY_URL=/ - - REVERSE_PROXY_HOST=http://mymagento:8080 + - bunkerweb.SERVER_NAME=www.example.com + - bunkerweb.USE_REVERSE_PROXY=yes + - bunkerweb.REVERSE_PROXY_URL=/ + - bunkerweb.REVERSE_PROXY_HOST=http://mymagento:8080 myelasticsearch: image: bitnami/elasticsearch:7