semsitivity
semsitivity
Hi, I tried to add a runner by adding this in the docker-compose.yml: gitlab-runner1: image: gitlab/gitlab-runner:latest restart: always container_name: gitlab-runner1 hostname: gitlab-runner1 depends_on: - gitlab-letsencrypt volumes: - ./config/gitlab-runner:/etc/gitlab-runner - /var/run/docker.sock:/var/run/docker.sock...
Hi, I have an endpoint (same path) which must support a byte[]=application/octet-stream or a json=application/json. The reason is that clients can eventually use compression for their payload. Both definition I...