Discourse custom Nginx behind DirectAdmin
Admin > Custom Httpd Configurations > Domain CUSTOM3 Forward nginx to Discourse Docker that using socket
Discourse custom Nginx behind DirectAdmin Read More »
Admin > Custom Httpd Configurations > Domain CUSTOM3 Forward nginx to Discourse Docker that using socket
Discourse custom Nginx behind DirectAdmin Read More »
You need Linux kernel 3.14++ to use overlayFS. I need to use overlayFS because Docker recommend to use it The devicemapper storage driver is deprecated in Docker Engine 18.09, and will be removed in a future release. It is recommended that users of the devicemapper storage driver migrate to overlay2. It doesn’t work So, I try to update the newest
mount: unknown filesystem type overlay Read More »
I’m running some of the Ruby script inside Docker and it show me this error. The solution I use to solve it using the way below. First, goto the path of your Gemfile echo “gem ‘php-serialize’” >>Gemfile bundle install
`require’: cannot load such file — php_serialize (LoadError) Read More »