Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 223 Bytes

File metadata and controls

17 lines (13 loc) · 223 Bytes

Example: PHP_FPM

Docker Compose example with a remote PHP-FPM server and serving HTTPS

Run

docker-compose up

View

# HTTP
curl http://localhost:8000

# HTTPS
curl -k https://localhost:8443