From 3d453f434a838dacbdd81c110021e9d0b69b9671 Mon Sep 17 00:00:00 2001 From: msnie Date: Fri, 24 May 2024 20:25:26 +0200 Subject: [PATCH] ghost --- ghost/docker-compose.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ghost/docker-compose.yml b/ghost/docker-compose.yml index 64f6ef4..620e436 100644 --- a/ghost/docker-compose.yml +++ b/ghost/docker-compose.yml @@ -7,7 +7,7 @@ services: environment: - url=https://read.knast.cc - database__client=mysql - - database__connection__host=ghost_db + - database__connection__host=localhost:3306 - database__connection__user=root - database__connection__password=$MYSQL_ROOT_PASSWORD - database__connection__database=ghostdb @@ -32,6 +32,5 @@ services: ports: - 3306:3306 networks: - default: - external: - name: $DEFAULT_NETWORK \ No newline at end of file + traefik: + external: true \ No newline at end of file