mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
remove docker files for PHP 5.4
This commit is contained in:
parent
2c422af380
commit
104f66b099
3 changed files with 0 additions and 21 deletions
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
FROM php:5.4-apache
|
||||
|
||||
RUN docker-php-ext-install mysqli
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
version: '3'
|
||||
services:
|
||||
web:
|
||||
build: ./
|
||||
image: mtt-php5.4-apache
|
||||
container_name: mtt-php54-apache
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ../../src:/var/www/html
|
||||
- ./php-mtt.ini:/usr/local/etc/php/conf.d/php-mtt.ini
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
# Since PHP 5.4 E_STRICT is included in E_ALL
|
||||
error_reporting = E_ALL
|
||||
|
||||
#log_errors = On
|
||||
#display_errors = On
|
||||
Loading…
Reference in a new issue