Skip to content

Commit

Permalink
Changed Compose back to Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Aug 4, 2023
1 parent ed491fb commit 7f16787
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.1'
services:

unbound-mailcow:
image: mailcow/unbound:arm64-dev
image: mailcow/unbound:1.18
environment:
- TZ=${TZ}
volumes:
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
- redis

clamd-mailcow:
image: mailcow/clamd:arm64-dev
image: mailcow/clamd:1.62
restart: always
depends_on:
- unbound-mailcow
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
- rspamd

php-fpm-mailcow:
image: mailcow/phpfpm:1.84
image: mailcow/phpfpm:1.85
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
- redis-mailcow
Expand Down Expand Up @@ -170,7 +170,7 @@ services:
- phpfpm

sogo-mailcow:
image: mailcow/sogo:1.118
image: mailcow/sogo:1.119
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
Expand Down Expand Up @@ -217,7 +217,7 @@ services:
- sogo

dovecot-mailcow:
image: mailcow/dovecot:1.24
image: mailcow/dovecot:1.25
depends_on:
- mysql-mailcow
dns:
Expand Down Expand Up @@ -297,7 +297,7 @@ services:
- dovecot

postfix-mailcow:
image: mailcow/postfix:1.71
image: mailcow/postfix:1.72
depends_on:
- mysql-mailcow
volumes:
Expand Down Expand Up @@ -391,7 +391,7 @@ services:
acme-mailcow:
depends_on:
- nginx-mailcow
image: mailcow/acme:arm64-dev
image: mailcow/acme:1.85
dns:
- ${IPV4_NETWORK:-172.22.1}.254
environment:
Expand Down Expand Up @@ -427,7 +427,7 @@ services:
- acme

netfilter-mailcow:
image: mailcow/netfilter:arm64-dev
image: mailcow/netfilter:1.53
stop_grace_period: 30s
depends_on:
- dovecot-mailcow
Expand All @@ -450,7 +450,7 @@ services:
- /lib/modules:/lib/modules:ro

watchdog-mailcow:
image: mailcow/watchdog:arm64-dev
image: mailcow/watchdog:1.98
dns:
- ${IPV4_NETWORK:-172.22.1}.254
tmpfs:
Expand Down Expand Up @@ -512,7 +512,7 @@ services:
- watchdog

dockerapi-mailcow:
image: mailcow/dockerapi:2.05
image: mailcow/dockerapi:2.06
security_opt:
- label=disable
restart: always
Expand All @@ -531,7 +531,7 @@ services:
- dockerapi

solr-mailcow:
image: mailcow/solr:arm64-dev
image: mailcow/solr:1.8.2
restart: always
volumes:
- solr-vol-1:/opt/solr/server/solr/dovecot-fts/data
Expand All @@ -547,7 +547,7 @@ services:
- solr

olefy-mailcow:
image: mailcow/olefy:arm64-dev
image: mailcow/olefy:1.12
restart: always
environment:
- TZ=${TZ}
Expand Down

1 comment on commit 7f16787

@Zyplonox
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mailcow/phpfpm:1.85 does not yet exist in docker hub....

Please sign in to comment.