Chau Giang

Results 7 issues of Chau Giang

This is an example from README: ``` version: '2' services: nginx: image: valian/docker-nginx-auto-ssl restart: on-failure ports: - 80:80 - 443:443 volumes: - ssl_data:/etc/resty-auto-ssl environment: ALLOWED_DOMAINS: 'yourdomain.com' SITES: 'yourdomain.com=myapp:80' # your...

![image](https://user-images.githubusercontent.com/9280412/62269410-2eb3bc00-b45d-11e9-829a-8c0d468a93b6.png) From your project I run `npm audit` and see it has problem with `lodash`, it is recommended to upgrade `lodash` from ver `^4.17.10` to `^4.17.15`.

# Description I can not use serverless to deploy. ## Additional Data ```yml name: myapp org: myorg inputs: # The configuration the Component accepts src: src: ./src hook: npm run...

# Description OS: Linux Serverless version: Components version 2.34.9 I am trying to use `website` component following this instructions here: https://github.com/serverless/components#simplicity Steps: - Run `npx serverless init react-starter` - Run...

I tried to load the extension after clone the code from this link: https://github.com/mdn/webextensions-examples/tree/master/http-response After that I see the extension does not work, the domain `example.com` is not used anymore....

## Package + Version - [ ] `@sentry/node` - [ ] other: `nest-raven` ### Version: ``` latest ``` ## Description When my code throw error, I can get the `ADDITIONAL...

bug
duplicate

After remove the project by using `sls remove` and remove all app from my Serverless account, then when I tried to deploy again I got the message ``` 10s ›...