This commit is contained in:
11
README.md
11
README.md
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user