Disabling PHP
This commit is contained in:
@@ -9,14 +9,14 @@ services:
|
||||
- "./Website:/opt/bitnami/nginx/html"
|
||||
- "./etc/logs/nginx:/opt/bitnami/nginx/logs"
|
||||
- "./etc/letsencrypt/certs:/opt/bitnami/nginx/conf/bitnami/certs"
|
||||
- "./etc/nginx/fastcgi.conf:/bitnami/nginx/conf/fastcgi.conf"
|
||||
# - "./etc/nginx/fastcgi.conf:/bitnami/nginx/conf/fastcgi.conf"
|
||||
ports:
|
||||
- "80:8080"
|
||||
- "443:443"
|
||||
environment:
|
||||
- NGINX_HOST=${NGINX_HOST}
|
||||
- LETSENCRYPT_HOST=localhost
|
||||
- LETSENCRYPT_EMAIL=your.email@here.com
|
||||
# - LETSENCRYPT_HOST=localhost
|
||||
# - LETSENCRYPT_EMAIL=root@root.com
|
||||
restart: always
|
||||
|
||||
myadmin:
|
||||
@@ -106,18 +106,18 @@ services:
|
||||
depends_on:
|
||||
- fix-ghost-permissions
|
||||
|
||||
php:
|
||||
image: bitnami/php-fpm:latest
|
||||
container_name: php
|
||||
restart: always
|
||||
ports:
|
||||
- "9001:9000"
|
||||
volumes:
|
||||
- "./etc/php/php.ini:/opt/bitnami/php/etc/conf.d/php.ini"
|
||||
- "./Website:/app"
|
||||
- "./etc/logs/php:/opt/bitnami/php/log"
|
||||
depends_on:
|
||||
- nginx
|
||||
# php:
|
||||
# image: bitnami/php-fpm:latest
|
||||
# container_name: php
|
||||
# restart: always
|
||||
# ports:
|
||||
# - "9001:9000"
|
||||
# volumes:
|
||||
# - "./etc/php/php.ini:/opt/bitnami/php/etc/conf.d/php.ini"
|
||||
# - "./Website:/app"
|
||||
# - "./etc/logs/php:/opt/bitnami/php/log"
|
||||
# depends_on:
|
||||
# - nginx
|
||||
|
||||
volumes:
|
||||
mariadb_data:
|
||||
|
||||
Reference in New Issue
Block a user