Update docker compose specs (#517)

This commit is contained in:
Abhilash Raj
2021-09-23 10:31:06 -07:00
committed by GitHub
parent b84c09c1ae
commit 9d9a627f72
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ version: '2'
services: services:
mailman-core: mailman-core:
image: maxking/mailman-core:0.3 image: maxking/mailman-core:0.4
container_name: mailman-core container_name: mailman-core
hostname: mailman-core hostname: mailman-core
volumes: volumes:
@@ -23,7 +23,7 @@ services:
mailman: mailman:
mailman-web: mailman-web:
image: maxking/mailman-web:0.3 image: maxking/mailman-web:0.4
container_name: mailman-web container_name: mailman-web
hostname: mailman-web hostname: mailman-web
depends_on: depends_on:

View File

@@ -2,7 +2,7 @@ version: '2'
services: services:
mailman-core: mailman-core:
image: maxking/mailman-core:0.3 image: maxking/mailman-core:0.4
container_name: mailman-core container_name: mailman-core
hostname: mailman-core hostname: mailman-core
volumes: volumes:
@@ -23,7 +23,7 @@ services:
mailman: mailman:
mailman-web: mailman-web:
image: maxking/postorius:0.3 image: maxking/postorius:0.4
container_name: mailman-web container_name: mailman-web
hostname: mailman-web hostname: mailman-web
depends_on: depends_on:

View File

@@ -2,7 +2,7 @@ version: '2'
services: services:
mailman-core: mailman-core:
image: maxking/mailman-core:0.3 image: maxking/mailman-core:0.4
container_name: mailman-core container_name: mailman-core
hostname: mailman-core hostname: mailman-core
volumes: volumes:
@@ -24,7 +24,7 @@ services:
mailman: mailman:
mailman-web: mailman-web:
image: maxking/mailman-web:0.3 image: maxking/mailman-web:0.4
container_name: mailman-web container_name: mailman-web
hostname: mailman-web hostname: mailman-web
depends_on: depends_on: