1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-08 04:05:03 +02:00

Merge pull request #5845 from iamspido:patch-1

remove version from docker-compose.yml
This commit is contained in:
Niklas Meyer 2024-06-06 15:30:15 +02:00 committed by GitHub
commit b4e8355827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 0 additions and 5 deletions

View File

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

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: