From e8e69d47901f9a0963a4c08ff9ec72d2f6e2fcfe Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Wed, 19 Jul 2023 18:37:46 -0500 Subject: [PATCH] fix: gen-migrations workflow --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e4a876c..a0bb5b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,11 +6,11 @@ services: network_mode: 'host' image: 'postgres:15.3-bullseye' env_file: ['./.env.schema'] - command: '-h localhost -p 5432' + command: '-p 5432' head: container_name: 'head' network_mode: 'host' image: 'postgres:15.3-bullseye' restart: 'always' env_file: ['./.env.schema'] - command: '-h localhost -p 5433' + command: '-p 5433'