1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-28 08:52:00 +02:00

compose: removed all versions declarations (DEPRECATED)

This commit is contained in:
DerLinkman 2024-06-06 15:29:34 +02:00
parent c8ff5387c0
commit e0bde1c459
No known key found for this signature in database
GPG Key ID: AA4A82514748F5A9
4 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
version: '2.1'
services: services:
unbound-mailcow: unbound-mailcow:
build: ./data/Dockerfiles/unbound build: ./data/Dockerfiles/unbound

View File

@ -1,4 +1,3 @@
version: '2.1'
services: services:
clamd-mailcow: clamd-mailcow:

View File

@ -1,4 +1,3 @@
version: '2.1'
services: services:
php-fpm-mailcow: php-fpm-mailcow:

View File

@ -2,7 +2,6 @@
## Set haproxy_trusted_networks in Dovecots extra.conf! ## Set haproxy_trusted_networks in Dovecots extra.conf!
## ##
version: '2.1'
services: services:
dovecot-mailcow: dovecot-mailcow: