Skip to content

Docker


version: '3.8'
services:
php-apache-environment:
container_name: php-apache_ku
image: php:8.0-apache
volumes:
- ./php/src:/var/www/html/
ports:
- 8000:80
Volumes in docker-compose.png

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.