From 87b1d15281a92c9308f75f21ab3ffbbf5a4ab429 Mon Sep 17 00:00:00 2001 From: Hattshire Date: Mon, 6 Jan 2025 03:38:53 -0500 Subject: [PATCH] Compose file version deprecated. Remove roundcube app volume. --- docker-compose.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 24b4db1..deb78fa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '2' - name: mailuwuemail volumes: @@ -12,7 +10,6 @@ volumes: mail_data: mail_state: # webmail - roundcube_app: roundcube_sqlite: services: @@ -50,6 +47,7 @@ services: - NET_ADMIN - SYS_PTRACE restart: always + webmail: image: docker.io/roundcube/roundcubemail:latest hostname: webmail.uwu.email @@ -66,7 +64,6 @@ services: - LETSENCRYPT_HOST=webmail.uwu.email - ROUNDCUBEMAIL_UPLOAD_MAX_FILESIZE=9M volumes: - - roundcube_app:/var/www/html # TODO Use Postgres - roundcube_sqlite:/var/roundcube/db networks: