How to use a JSON String inside a docker-compose.yml file
I always get this error yaml: line XX: mapping values are not allowed in this context this is the part of my yaml file (for zabbix) web-nginx: image: 'zabbix/zabbix-web-nginx-pgsql:alpine-trunk' restart: unless-stopped tty: true environment: ZBX_SERVER_HOST=xxx DB_SERVER_HOST=xxx POSTGRES_USER=xxx POSTGRES_PASSWORD=xxx POSTGRES_DB=xxx PHP_TZ=xxx…