fix zabbix 7.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-12-30 23:56:00 +01:00
parent 996377742a
commit 2d2edec55b
4 changed files with 24 additions and 10 deletions

View File

@@ -17,14 +17,11 @@ These are the supported upstream versions:
| version |
|---------|
| 6.4 |
| 6.2 |
| 7.0 |
| 6.0 |
| 5.0 |
| 4.0 |
You can use the desired version as image tag (e.g. `docker.asperti.com/paspo/zabbix-proxy-sqlite3-mssql:5.0`), the correct arch will be used.
If you prefer, you can also pin to a specific architecture: `docker.asperti.com/paspo/zabbix-proxy-sqlite3-mssql:5.0-amd64`.
You can use the desired version as image tag (e.g. `docker.asperti.com/paspo/zabbix-proxy-sqlite3-mssql:7.0`), the correct arch will be used.
If you prefer, you can also pin to a specific architecture: `docker.asperti.com/paspo/zabbix-proxy-sqlite3-mssql:7.0-amd64`.
## Usage with docker compose
@@ -33,7 +30,7 @@ version: '3.9'
services:
zabbix-proxy:
image: docker.asperti.com/paspo/zabbix-proxy-mysql-mssql:6.0
image: docker.asperti.com/paspo/zabbix-proxy-mysql-mssql:7.0
restart: always
ports:
- '10051:10051'