mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-11 08:09:04 +01:00
Removed init feature because of Tini
This commit is contained in:
parent
dc9674d670
commit
562976f010
@ -1,7 +1,6 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
init: true
|
|
||||||
ports:
|
ports:
|
||||||
- "${ZABBIX_SERVER_PORT}:10051"
|
- "${ZABBIX_SERVER_PORT}:10051"
|
||||||
restart: "${RESTART_POLICY}"
|
restart: "${RESTART_POLICY}"
|
||||||
@ -97,7 +96,6 @@ services:
|
|||||||
com.zabbix.dbtype: "pgsql"
|
com.zabbix.dbtype: "pgsql"
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
init: true
|
|
||||||
profiles:
|
profiles:
|
||||||
- all
|
- all
|
||||||
restart: "${RESTART_POLICY}"
|
restart: "${RESTART_POLICY}"
|
||||||
@ -340,7 +338,6 @@ services:
|
|||||||
com.zabbix.dbtype: "pgsql"
|
com.zabbix.dbtype: "pgsql"
|
||||||
|
|
||||||
agent:
|
agent:
|
||||||
init: true
|
|
||||||
profiles:
|
profiles:
|
||||||
- full
|
- full
|
||||||
- all
|
- all
|
||||||
@ -379,7 +376,6 @@ services:
|
|||||||
com.zabbix.component: "zabbix-agentd"
|
com.zabbix.component: "zabbix-agentd"
|
||||||
|
|
||||||
agent2:
|
agent2:
|
||||||
init: true
|
|
||||||
profiles:
|
profiles:
|
||||||
- full
|
- full
|
||||||
- all
|
- all
|
||||||
|
Loading…
Reference in New Issue
Block a user