modified
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Ignore everything in the volumes/html directory
|
||||||
|
volumes/*
|
||||||
|
volumes/html/*
|
||||||
|
|
||||||
|
# Do not ignore a special file name
|
||||||
|
!.gitkeep
|
||||||
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
|
||||||
0
volumes/.gitkeep
Normal file
0
volumes/.gitkeep
Normal file
Reference in New Issue
Block a user