Update images in compose files to use the latest ones. (#363)
This commit is contained in:
@@ -2,7 +2,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mailman-core:
|
mailman-core:
|
||||||
image: maxking/mailman-core:latest
|
image: maxking/mailman-core:0.3
|
||||||
container_name: mailman-core
|
container_name: mailman-core
|
||||||
hostname: mailman-core
|
hostname: mailman-core
|
||||||
volumes:
|
volumes:
|
||||||
@@ -21,7 +21,7 @@ services:
|
|||||||
ipv4_address: 172.19.199.2
|
ipv4_address: 172.19.199.2
|
||||||
|
|
||||||
mailman-web:
|
mailman-web:
|
||||||
image: maxking/mailman-web:latest
|
image: maxking/mailman-web:0.3
|
||||||
container_name: mailman-web
|
container_name: mailman-web
|
||||||
hostname: mailman-web
|
hostname: mailman-web
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mailman-core:
|
mailman-core:
|
||||||
image: quay.io/maxking/mailman-core:rolling
|
image: maxking/mailman-core:0.3
|
||||||
container_name: mailman-core
|
container_name: mailman-core
|
||||||
hostname: mailman-core
|
hostname: mailman-core
|
||||||
volumes:
|
volumes:
|
||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
ipv4_address: 172.19.199.2
|
ipv4_address: 172.19.199.2
|
||||||
|
|
||||||
mailman-web:
|
mailman-web:
|
||||||
image: quay.io/maxking/postorius:latest
|
image: maxking/postorius:0.3
|
||||||
container_name: mailman-web
|
container_name: mailman-web
|
||||||
hostname: mailman-web
|
hostname: mailman-web
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mailman-core:
|
mailman-core:
|
||||||
image: maxking/mailman-core:0.2
|
image: maxking/mailman-core:0.3
|
||||||
container_name: mailman-core
|
container_name: mailman-core
|
||||||
hostname: mailman-core
|
hostname: mailman-core
|
||||||
volumes:
|
volumes:
|
||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
ipv4_address: 172.19.199.2
|
ipv4_address: 172.19.199.2
|
||||||
|
|
||||||
mailman-web:
|
mailman-web:
|
||||||
image: maxking/mailman-web:0.2
|
image: maxking/mailman-web:0.3
|
||||||
container_name: mailman-web
|
container_name: mailman-web
|
||||||
hostname: mailman-web
|
hostname: mailman-web
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user