Docker_windows.md
Volume to Absolute folder
version: '3'
services:
php-fpm:
image: php:8-fpm
ports:
- 9004:9000
volumes:
- "C:/git:/var/www/html"
container_name: personal-git
version: '3'
services:
php-fpm:
image: php:8-fpm
ports:
- 9004:9000
volumes:
- "C:/git:/var/www/html"
container_name: personal-git