From 7734ea6e716f9ad113c17a3fdb8154a70115b5c4 Mon Sep 17 00:00:00 2001 From: Olivier Schipper Date: Sat, 8 Feb 2025 22:42:52 +0100 Subject: [PATCH] Fix incorrect connectionstring --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 09eebae..1495142 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: build: . restart: unless-stopped environment: - - App__ConnectionString=Server=host.docker.internal;Port=5432;Database=postgres;User Id=postgres;Password=postgres; + - App__ConnectionString=Server=db;Port=5432;Database=postgres;User Id=postgres;Password=postgres; - App__Token= volumes: - usr/share/osu-collab-bot/logs:/etc/logs