/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

minuscule.space
| | www.markusdosch.com
5.0 parsecs away

Travel
| | Personal Blog on Coding & Technology
| | rogs.me
6.3 parsecs away

Travel
| |
| | daredevel.com
5.2 parsecs away

Travel
| | I often use local Docker images for development reasons, and sometimes, I need to implement features that only works in HTTPS environment: i.e. JWT Bearer token. So, I prepared a Docker container based on official PHP Apache2 Docker container, that quickly setup HTTPS environment with a self-signed certificate. Follows a starting docker-compose structure that you can be extended as needed. It contains only 2 files: docker-compose.yml apache2/Dockerfile Let's see file content.
| | blog.roccosangellino.com
16.3 parsecs away

Travel
| When building a website using WordPress often times you will want a development environment to work with before pushing to production. There are a few different ways to achieve this goal. In this article we are going to see how to setup WordPress usi...