Ghost back to Postgres

This commit is contained in:
Marwolf
2018-08-25 11:47:25 -04:00
parent f24b009726
commit bb731fb3d8
2 changed files with 1 additions and 8 deletions

View File

@@ -248,7 +248,7 @@ elif [ "$choice" == "2" ]; then
echo "Removing pre-existing SQL users."
sudo make clean-users
sudo docker stop ghost && sudo docker start ghost
sudo make stop && sudo make start
# Automated file edits
clear

View File

@@ -72,14 +72,7 @@ services:
- "./etc/ghost/content:/var/lib/ghost/content"
environment:
- url=${URL}
- database__client=mysql
- database__connection__host=mysql
- database__connection__user=${MARIADB_ROOT_USER}
- database__connection__password=${MARIADB_ROOT_PASSWORD}
- database__connection__database=ghost
- privacy__useUpdateCheck=false
depends_on:
- mysqldb
php:
image: nanoninja/php-fpm:7.2