htaccess: block .git
This commit is contained in:
parent
0c3e8ec13d
commit
a117498cff
|
@ -3,8 +3,8 @@ version: "3"
|
|||
services:
|
||||
web:
|
||||
container_name: "studio-siteweb"
|
||||
image: "httpd"
|
||||
image: "php-server"
|
||||
ports:
|
||||
- "6969:80"
|
||||
volumes:
|
||||
- ".:/usr/local/apache2/htdocs/"
|
||||
- ".:/var/www/html/"
|
||||
|
|
Loading…
Reference in New Issue