mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-21 23:33:31 +01:00
Using ENV variable for Buzybox image
This commit is contained in:
parent
7004864ba2
commit
18e13b46b0
@ -62,12 +62,12 @@ services:
|
||||
- postgres-server
|
||||
|
||||
db-data-mysql:
|
||||
image: "${BUSYBOX_IMAGE:BUSYBOX_IMAGE_TAG}"
|
||||
image: "${BUSYBOX_IMAGE}:${BUSYBOX_IMAGE_TAG}"
|
||||
volumes:
|
||||
- ${DATA_DIRECTORY}/var/lib/mysql:/var/lib/mysql:rw
|
||||
|
||||
db-data-pgsql:
|
||||
image: "${BUSYBOX_IMAGE:BUSYBOX_IMAGE_TAG}"
|
||||
image: "${BUSYBOX_IMAGE}:${BUSYBOX_IMAGE_TAG}"
|
||||
attach: false
|
||||
volumes:
|
||||
- ${DATA_DIRECTORY}/var/lib/postgresql/data:/var/lib/postgresql/data:rw
|
||||
|
Loading…
Reference in New Issue
Block a user