TykTechnologies / tyk-demo

Tyk Docker Demo with full Pro Tyk Installation and more!
52 stars 12 forks source link

ngrok deployment - error response from daemon: invalid restart policy 'any' #165

Closed carlostyk closed 1 year ago

carlostyk commented 2 years ago

Hi team, When running the ngrok deployment you get "error response from daemon: invalid restart policy 'any'"

This is due to the deploy configuration

deploy:
      restart_policy:
        condition: any

Shall we change it to restart "on-failure"?

carlostyk commented 2 years ago

Created a pull request to fix the issue - (https://github.com/TykTechnologies/tyk-demo/pull/166)