container rename
This commit is contained in:
parent
db5d9e618f
commit
d574f85efb
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue