From 9d9a627f72f3fcaa29f15f0ddfe0f77c686189ca Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 23 Sep 2021 10:31:06 -0700 Subject: [PATCH] Update docker compose specs (#517) --- docker-compose-mysql.yaml | 4 ++-- docker-compose-postorius.yaml | 4 ++-- docker-compose.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose-mysql.yaml b/docker-compose-mysql.yaml index e6f3286..e97c602 100644 --- a/docker-compose-mysql.yaml +++ b/docker-compose-mysql.yaml @@ -2,7 +2,7 @@ version: '2' services: mailman-core: - image: maxking/mailman-core:0.3 + image: maxking/mailman-core:0.4 container_name: mailman-core hostname: mailman-core volumes: @@ -23,7 +23,7 @@ services: mailman: mailman-web: - image: maxking/mailman-web:0.3 + image: maxking/mailman-web:0.4 container_name: mailman-web hostname: mailman-web depends_on: diff --git a/docker-compose-postorius.yaml b/docker-compose-postorius.yaml index cfff444..64f0af2 100644 --- a/docker-compose-postorius.yaml +++ b/docker-compose-postorius.yaml @@ -2,7 +2,7 @@ version: '2' services: mailman-core: - image: maxking/mailman-core:0.3 + image: maxking/mailman-core:0.4 container_name: mailman-core hostname: mailman-core volumes: @@ -23,7 +23,7 @@ services: mailman: mailman-web: - image: maxking/postorius:0.3 + image: maxking/postorius:0.4 container_name: mailman-web hostname: mailman-web depends_on: diff --git a/docker-compose.yaml b/docker-compose.yaml index f12ab9f..5390bf1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,7 +2,7 @@ version: '2' services: mailman-core: - image: maxking/mailman-core:0.3 + image: maxking/mailman-core:0.4 container_name: mailman-core hostname: mailman-core volumes: @@ -24,7 +24,7 @@ services: mailman: mailman-web: - image: maxking/mailman-web:0.3 + image: maxking/mailman-web:0.4 container_name: mailman-web hostname: mailman-web depends_on: