Version tag comment

This commit is contained in:
Raphael
2023-06-19 11:40:25 +02:00
parent a09b1812d8
commit 1a390c0260
3 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ version: '2'
services: services:
mailman-core: mailman-core:
image: maxking/mailman-core:0.4 image: maxking/mailman-core:0.4 # Use a specific version tag (tag latest is not published)
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.4 image: maxking/mailman-web:0.4 # Use a specific version tag (tag latest is not published)
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.4 image: maxking/mailman-core:0.4 # Use a specific version tag (tag latest is not published)
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.4 image: maxking/postorius:0.4 # Use a specific version tag (tag latest is not published)
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.4 image: maxking/mailman-core:0.4 # Use a specific version tag (tag latest is not published)
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.4 image: maxking/mailman-web:0.4 # Use a specific version tag (tag latest is not published)
container_name: mailman-web container_name: mailman-web
hostname: mailman-web hostname: mailman-web
depends_on: depends_on: