pg_prometheus
pg_prometheus copied to clipboard
how to specify "synchronous_commit=OFF" in docker-compose
I cannot start up pg_prometheus using docker-compose.
ERROR: for pg_prometheus Cannot start service pg_prometheus: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"-c\": executable file not found in $PATH": unknown
This line caused trouble. Any thoughts?
command: -c synchronous_commit=OFF
Can you please share your docker-compose yaml