We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cd001 commit c3d8413Copy full SHA for c3d8413
docker-compose.yml
@@ -117,7 +117,7 @@ services:
117
- rspamd
118
119
php-fpm-mailcow:
120
- image: ghcr.io/mailcow/phpfpm:8.2.29
+ image: ghcr.io/mailcow/phpfpm:8.2.29-1
121
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
122
depends_on:
123
- redis-mailcow
@@ -200,7 +200,7 @@ services:
200
- phpfpm
201
202
sogo-mailcow:
203
- image: ghcr.io/mailcow/sogo:5.12.4
+ image: ghcr.io/mailcow/sogo:5.12.4-1
204
environment:
205
- DBNAME=${DBNAME}
206
- DBUSER=${DBUSER}
@@ -252,7 +252,7 @@ services:
252
- sogo
253
254
dovecot-mailcow:
255
- image: ghcr.io/mailcow/dovecot:2.3.21.1
+ image: ghcr.io/mailcow/dovecot:2.3.21.1-1
256
257
- mysql-mailcow
258
- netfilter-mailcow
0 commit comments