lyenliang

Results 20 comments of lyenliang

Exclusion for a file (`- hello.txt`) works. But exclusion for a directory doesn't work.

No, I haven't found a solution to exclude directories.

Here's my OS information: ``` NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/" ``` It's generated from `cat /etc/os-release`

Here is the package.json I use for chat-nodejs { "name": "chat-nodejs", "version": "0.0.1", "scripts": { "start": "node server" }, "dependencies": { "express": "~4.11.0", "socket.io": "~0.9.1" } }

https://linuxhint.com/docker-compose-with-synology/#a4 Maybe this article can help you. This product uses docker compose to setup. So you can follow the instructions there to install. Be sure to use the `docker-compose.yml` file...

Which version did you upgrade from? If the version number between the old and new gitlab is too large, the upgrade might fail.

> @gjrtimmer I'm sorry > > My company is currently planning a GitLab migration. > > We are currently using `sameersbn/docker-gitlab` and `sameersbn/postgresql:12`, but after the migration I plan to...

> Cloned the sameersbn/docker-postgresql repo and easily upgraded to version 14 by changing the value of the PG_VERSION environment variable I tried to upgrade `sameersbn/docker-postgresql`'s version from 12 to 13...

> This is how I solved the problem of upgrading the PG version to 13. > > ```dockerfile > FROM sameersbn/gitlab:14.0.5 > > RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key...

@arshajii Thank you for your response. I'm looking forward to the new version of codon.