Compose file version deprecated. Remove roundcube app volume.
This commit is contained in:
parent
be564cfb95
commit
87b1d15281
1 changed files with 1 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
version: '2'
|
|
||||||
|
|
||||||
name: mailuwuemail
|
name: mailuwuemail
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -12,7 +10,6 @@ volumes:
|
||||||
mail_data:
|
mail_data:
|
||||||
mail_state:
|
mail_state:
|
||||||
# webmail
|
# webmail
|
||||||
roundcube_app:
|
|
||||||
roundcube_sqlite:
|
roundcube_sqlite:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
@ -50,6 +47,7 @@ services:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_PTRACE
|
- SYS_PTRACE
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
webmail:
|
webmail:
|
||||||
image: docker.io/roundcube/roundcubemail:latest
|
image: docker.io/roundcube/roundcubemail:latest
|
||||||
hostname: webmail.uwu.email
|
hostname: webmail.uwu.email
|
||||||
|
|
@ -66,7 +64,6 @@ services:
|
||||||
- LETSENCRYPT_HOST=webmail.uwu.email
|
- LETSENCRYPT_HOST=webmail.uwu.email
|
||||||
- ROUNDCUBEMAIL_UPLOAD_MAX_FILESIZE=9M
|
- ROUNDCUBEMAIL_UPLOAD_MAX_FILESIZE=9M
|
||||||
volumes:
|
volumes:
|
||||||
- roundcube_app:/var/www/html
|
|
||||||
# TODO Use Postgres
|
# TODO Use Postgres
|
||||||
- roundcube_sqlite:/var/roundcube/db
|
- roundcube_sqlite:/var/roundcube/db
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue