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

Docker compose up issue

One of my tasks is containerizing an ASP.NET Core 8 application and configuring it to work with a single command "docker-compose up". I developed the application in ASP.NET Core 8 using C#. This is my first experience with Docker. I…

VIEW QUESTION
Back To Top
Search