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