Disable MariaDB health check
This commit is contained in:
		| @@ -5,9 +5,6 @@ services: | |||||||
|       image: mailcow/unbound:1.0 |       image: mailcow/unbound:1.0 | ||||||
|       build: ./data/Dockerfiles/unbound |       build: ./data/Dockerfiles/unbound | ||||||
|       command: /usr/sbin/unbound |       command: /usr/sbin/unbound | ||||||
|       depends_on: |  | ||||||
|         mysql-mailcow: |  | ||||||
|           condition: service_healthy |  | ||||||
|       volumes: |       volumes: | ||||||
|         - ./data/conf/unbound/unbound.conf:/etc/unbound/unbound.conf:ro |         - ./data/conf/unbound/unbound.conf:/etc/unbound/unbound.conf:ro | ||||||
|       restart: always |       restart: always | ||||||
| @@ -20,11 +17,6 @@ services: | |||||||
|     mysql-mailcow: |     mysql-mailcow: | ||||||
|       image: mariadb:10.2 |       image: mariadb:10.2 | ||||||
|       command: mysqld --max_allowed_packet=192M --max-connections=1500 --innodb-strict-mode=0 --skip-host-cache --skip-name-resolve --log-warnings=0 |       command: mysqld --max_allowed_packet=192M --max-connections=1500 --innodb-strict-mode=0 --skip-host-cache --skip-name-resolve --log-warnings=0 | ||||||
|       healthcheck: |  | ||||||
|         test: ["CMD", "mysqladmin", "-u$DBUSER", "-p$DBPASS",  "ping", "-h", "localhost"] |  | ||||||
|         interval: 5s |  | ||||||
|         timeout: 5s |  | ||||||
|         retries: 10 |  | ||||||
|       volumes: |       volumes: | ||||||
|         - mysql-vol-1:/var/lib/mysql/ |         - mysql-vol-1:/var/lib/mysql/ | ||||||
|         - ./data/conf/mysql/:/etc/mysql/conf.d/:ro |         - ./data/conf/mysql/:/etc/mysql/conf.d/:ro | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user