From e41fea34d01a547b98f7adbd521c7423769a817f Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 19 Dec 2022 22:31:35 +0900 Subject: [PATCH] fix gotosocial_data --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index a627f0d..e17011c 100644 --- a/compose.yml +++ b/compose.yml @@ -39,7 +39,7 @@ services: GTS_TRUSTED_PROXIES: 172.30.0.0/24 volumes: - ./etc/gotosocial:/etc/gotosocial - - gotosocial_data:/gotosocial/storage + - gotosocial_data:/gotosocial command: "--config-path /etc/gotosocial/config.yaml" networks: - fogtype