Daniele Cruciani

Results 16 comments of Daniele Cruciani

I like option 2. that is more versatile and less invasive. I save a time-slot for tomorrow, I hope to commit something

solved by adding > network_mode: "host" maybe adding double quote on `mode: "host"` would work also ``` services: ftpd_server: image: stilliard/pure-ftpd container_name: pure-ftpd network_mode: "host" ports: - "21021:21" - "30000-30009:30000-30009"...

no. my change does not solve the problem. It open the service at port 21, not 21021 as specified, because of network_mode

No, it is not fixed. Example: ``` > mkdir mytest-dir > cd mytest-dir > npm i node-cron > ls node_modules/ node-cron ``` Where is uuid module? No, is not there....

no it is not closed! I mean, @Harshil-Modi , I think you should review your comment, or at least double check it.

Double check: ``` > head node_modules/node-cron/package.json { "name": "node-cron", "version": "3.0.1", "description": "A simple cron-like task scheduler for Node.js", "author": "Lucas Merencia", "license": "ISC", "homepage": "https://github.com/merencia/node-cron", "main": "src/node-cron.js", "scripts": {...

> for now I'm using this patch, if anyone is interested > > with [npm](https://npmjs.com/patch-package) and [yarn](https://yarnpkg.com/cli/patch) is different > > pnpm: (root of package.json) > > ```json > "pnpm":...

I found a way. First of all the host must be setted, and currently documentation does not provide any details about `amazonMws.setHost()` call There is no information about `setContentType()` also...

> The Alpine images are significantly more minimal than the standard Debian images - the `slim` Debian images are a better reference. libc-dev is only required when building C code...