update
This commit is contained in:
28
zabbix/Demo/SingleNode/docker-compose.yml
Normal file
28
zabbix/Demo/SingleNode/docker-compose.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
zabbix:
|
||||
image: harbor.colben.cn/general/zabbix
|
||||
container_name: zabbix
|
||||
restart: "on-failure"
|
||||
stop_grace_period: 1m
|
||||
ports:
|
||||
- 80:80
|
||||
- 10051:10051
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./mysql/db
|
||||
target: /var/lib/mysql
|
||||
- type: bind
|
||||
source: ./mysql/log
|
||||
target: /var/log/mysql
|
||||
- type: bind
|
||||
source: ./php7/log
|
||||
target: /var/log/php7
|
||||
- type: bind
|
||||
source: ./nginx/log
|
||||
target: /var/log/nginx
|
||||
- type: bind
|
||||
source: ./zabbix/log
|
||||
target: /var/log/zabbix
|
||||
|
Reference in New Issue
Block a user