bonzonkim

Results 2 comments of bonzonkim

I used method 1 to get code and just paste url in the browser using method 2 curl command `$ curl -s "https://slack.com/api/oauth.access?client_id=91899392594.382712253827&client_secret=c7986be41b6ddb478041d1848dad5f6e&code=[code-goes-here]"`

I've faced same issue, and I resolved by give permission with `entrypoint` args ``` version: '3' services: coturn: image: coturn/coturn container_name: coturn network_mode: host volumes: - ./turnserver.conf:/etc/coturn/turnserver.conf - ./logs:/var/log/coturn -...