|
You are here |
minuscule.space | ||
| | | | |
www.markusdosch.com
|
|
| | | | | Personal Blog on Coding & Technology | |
| | | | |
rogs.me
|
|
| | | | | ||
| | | | |
daredevel.com
|
|
| | | | | 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
|
|
| | | 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... | ||