PHP now functional
This commit is contained in:
@@ -5,11 +5,12 @@ services:
|
||||
image: nginx:1.15.3-alpine-perl
|
||||
container_name: nginx
|
||||
volumes:
|
||||
- "./etc/nginx:/etc/nginx/conf.d"
|
||||
#- "./etc/nginx:/etc/nginx/conf.d"
|
||||
- "./etc/nginx/default.conf:/etc/nginx/conf.d/default.conf"
|
||||
- "./Website:/var/www/html"
|
||||
- "./etc/nginx/logs:/var/log/nginx"
|
||||
- "./etc/letsencrypt:/etc/letsencrypt"
|
||||
- "./etc/php:/etc/nginx/php"
|
||||
#- "./etc/php:/etc/nginx/php"
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
@@ -35,10 +36,10 @@ services:
|
||||
- privacy__useUpdateCheck=false
|
||||
|
||||
php:
|
||||
image: php:7.2.9-fpm-alpine3.6
|
||||
image: nanoninja/php-fpm
|
||||
container_name: php
|
||||
ports:
|
||||
- "127.0.0.1:9001:9000"
|
||||
- "127.0.0.1:9000:9000"
|
||||
volumes:
|
||||
- "./etc/php/php.ini:/usr/local/etc/php/conf.d/php.ini"
|
||||
- "./Website:/var/www/html"
|
||||
@@ -79,7 +80,7 @@ services:
|
||||
image: phpmyadmin/phpmyadmin:latest
|
||||
container_name: phpmyadmin
|
||||
ports:
|
||||
- "9000:80"
|
||||
- "55555:80"
|
||||
environment:
|
||||
- PMA_ARBITRARY=1
|
||||
- PMA_HOST=mysql
|
||||
|
||||
Reference in New Issue
Block a user