Corrections for Nginx and Ghost

This commit is contained in:
Marwolf
2018-08-24 08:46:07 -04:00
parent 02fe51946a
commit ebaffc44f9
4 changed files with 60 additions and 10 deletions

View File

@@ -77,8 +77,8 @@ services:
ports:
- "127.0.0.1:2368:2368"
restart: always
#env_file:
# - ".env"
env_file:
- ".env"
volumes:
- "./etc/ghost/content:/var/lib/ghost/content"
environment:
@@ -89,6 +89,8 @@ services:
- database__connection__password=root
- database__connection__database=ghost
- privacy__useUpdateCheck=false
depends_on:
- mysqldb
php:
image: nanoninja/php-fpm:7.2