added run instructions
This commit is contained in:
parent
b53aa8d0c6
commit
01e02541e1
@ -27,8 +27,7 @@ version: '3.5'
|
||||
services:
|
||||
#########################
|
||||
zabbix:
|
||||
build: .
|
||||
image: zabbix
|
||||
image: git.shihaam.dev/dockerfiles/zabbix-server
|
||||
volumes:
|
||||
- $PWD/configdir/etc/zabbix/zabbix_server.conf:/etc/zabbix/zabbix_server.conf
|
||||
- $PWD/configdir/etc/zabbix/nginx.conf:/etc/zabbix/nginx.conf
|
||||
@ -61,6 +60,7 @@ services:
|
||||
depends_on:
|
||||
- zabbix
|
||||
```
|
||||
|
||||
## To-do
|
||||
- mount all needed config dirs outside container. (currently only basic configs are there)
|
||||
- mount scirpt dirs outside container add alert and other custom scripts.
|
||||
|
Loading…
x
Reference in New Issue
Block a user