container rename

This commit is contained in:
Andreas Knuth 2026-01-25 13:59:43 -06:00
parent db5d9e618f
commit d574f85efb
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ services:
context: .
dockerfile: Dockerfile
image: dms-custom:latest
container_name: mailserver-new
container_name: mailserver
hostname: mail.email-srvr.com
domainname: email-srvr.com
ports:
@ -83,7 +83,7 @@ services:
roundcube:
image: roundcube/roundcubemail:latest
container_name: roundcube-new
container_name: roundcube
depends_on:
- roundcube-db
- mailserver
@ -111,7 +111,7 @@ services:
roundcube-db:
image: postgres:15
container_name: roundcube-db-new
container_name: roundcube-db
environment:
- POSTGRES_DB=roundcube
- POSTGRES_USER=roundcube