modified
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user