skip to Main Content

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…

VIEW QUESTION

MariaDB Docker container allows create db and create user but fails on grant?

I am wondering why a mariadb installation allows me to create a database and create the user but fails on granting privileges. Here is what I perceive: MariaDB [mydb]> show grants; +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Grants for root@localhost | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | GRANT…

VIEW QUESTION
Back To Top
Search