[Compose] Docker Tag fix to include Alpine Update
Referencing: https://github.com/mailcow/mailcow-dockerized/pull/4372
This commit is contained in:
		| @@ -384,7 +384,7 @@ services: | |||||||
|     acme-mailcow: |     acme-mailcow: | ||||||
|       depends_on: |       depends_on: | ||||||
|         - nginx-mailcow |         - nginx-mailcow | ||||||
|       image: mailcow/acme:1.80 |       image: mailcow/acme:1.81 | ||||||
|       dns: |       dns: | ||||||
|         - ${IPV4_NETWORK:-172.22.1}.254 |         - ${IPV4_NETWORK:-172.22.1}.254 | ||||||
|       environment: |       environment: | ||||||
| @@ -505,7 +505,7 @@ services: | |||||||
|             - watchdog |             - watchdog | ||||||
|  |  | ||||||
|     dockerapi-mailcow: |     dockerapi-mailcow: | ||||||
|       image: mailcow/dockerapi:1.40 |       image: mailcow/dockerapi:1.41 | ||||||
|       security_opt: |       security_opt: | ||||||
|         - label=disable |         - label=disable | ||||||
|       restart: always |       restart: always | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user