This commit is contained in:
zino
2023-11-29 11:51:06 +01:00
parent 0200992205
commit d00408717c
3 changed files with 21 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: "3.8"
services:
php-fpm:
image: php:fpm
container_name: php-fpm
volumes:
- ./volumes/html:/var/www/html
networks:
- web
networks:
web:
external: true
name: web