From bb6819a3b0e67d63bf7e71fef2977d7775e041b0 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Mon, 22 Jan 2018 00:42:44 +0100 Subject: [PATCH] Change mailu image to a configurable one. --- roles/mailu-docker/files/mailu/docker-compose.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/roles/mailu-docker/files/mailu/docker-compose.yml b/roles/mailu-docker/files/mailu/docker-compose.yml index 40c9bf9..bd3ecdc 100644 --- a/roles/mailu-docker/files/mailu/docker-compose.yml +++ b/roles/mailu-docker/files/mailu/docker-compose.yml @@ -88,17 +88,16 @@ services: - default webmail: - image: "mailu/$WEBMAIL:$VERSION" + image: hardware/rainloop restart: always - env_file: .env expose: - - 80 + - 8888 environment: - VIRTUAL_HOST=webmail.banditlair.com - VIRTUAL_NETWORK=nginx-proxy - - VIRTUAL_PORT=80 + - VIRTUAL_PORT=8888 volumes: - - "$ROOT/webmail:/data" + - "$ROOT/webmail:/rainloop/data" networks: - proxy-tier - default