From 6775eeafe6bbb366c8e67df16cb2138fb035cdf7 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Mon, 22 May 2023 00:18:08 +0200 Subject: [PATCH] sql init update --- deploy/egommerce-stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/egommerce-stack.yml b/deploy/egommerce-stack.yml index faddfbb..242505a 100644 --- a/deploy/egommerce-stack.yml +++ b/deploy/egommerce-stack.yml @@ -107,7 +107,7 @@ services: - POSTGRES_PASSWORD volumes: - postgres_data:/var/lib/postgresql/data - - ./db_migrations/init:/docker-entrypoint-initdb.d + - ./db_migrations/init/:/docker-entrypoint-initdb.d/ networks: - postgres-db-network - api-logger-network