From bb15d866e2750078a1fbc1cef23669f2e1c5485b Mon Sep 17 00:00:00 2001 From: msnie Date: Fri, 24 May 2024 20:30:08 +0200 Subject: [PATCH] ghost --- ghost/docker-compose.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ghost/docker-compose.yml b/ghost/docker-compose.yml index 620e436..a7b3a69 100644 --- a/ghost/docker-compose.yml +++ b/ghost/docker-compose.yml @@ -5,12 +5,12 @@ services: volumes: - /srv/ghost:/var/lib/ghost/content environment: - - url=https://read.knast.cc - - database__client=mysql - - database__connection__host=localhost:3306 - - database__connection__user=root - - database__connection__password=$MYSQL_ROOT_PASSWORD - - database__connection__database=ghostdb + url: https://read.knast.cc + database__client: mysql + database__connection__host: ghost_db + database__connection__user: root + database__connection__password: RJbhYNaCEB3fu8cbtkteetxTR5LtZjnPsqATGgPZ + database__connection__database: ghostdb depends_on: - ghost_db restart: unless-stopped @@ -26,7 +26,7 @@ services: restart: unless-stopped command: --default-authentication-plugin=mysql_native_password environment: - MYSQL_ROOT_PASSWORD: $MYSQL_ROOT_PASSWORD + MYSQL_ROOT_PASSWORD: RJbhYNaCEB3fu8cbtkteetxTR5LtZjnPsqATGgPZ volumes: - /srv/ghost_mysql:/var/lib/mysql ports: