From f14a5bcb2529ee54bc6e03a5edfaf8a96e7376fc Mon Sep 17 00:00:00 2001 From: naskya Date: Sun, 28 Apr 2024 14:36:24 +0900 Subject: [PATCH] chore (minor): update example dev config file --- dev/config.example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/config.example.env b/dev/config.example.env index 62ee2dc14d..e11580ee58 100644 --- a/dev/config.example.env +++ b/dev/config.example.env @@ -1,4 +1,4 @@ -COMPOSE='docker compose' +COMPOSE='podman-compose' POSTGRES_PASSWORD=password POSTGRES_USER=firefish POSTGRES_DB=firefish_db