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