roundcube,stalwart: use specific version numbers

This commit is contained in:
2025-08-03 19:05:33 +02:00
parent cc40eb85b5
commit 25f2685e7a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
services:
roundcube:
image: roundcube/roundcubemail
image: roundcube/roundcubemail:1.6.11-apache
container_name: roundcube
networks:
- default
@@ -11,7 +11,7 @@ services:
- ROUNDCUBEMAIL_SMTP_SERVER=ssl://mail.vhaudiquet.fr
- ROUNDCUBEMAIL_SMTP_PORT=465
ports:
- "8000"
- "80"
labels:
- "traefik.enable=true"
- "traefik.http.routers.roundcube.rule=Host(`webmail.local`)"