From 5f88f2b86f3b2f7636fc8020bfe423911487ee4f Mon Sep 17 00:00:00 2001 From: ReStranger Date: Tue, 8 Oct 2024 21:19:53 +0300 Subject: [PATCH] fix: Mounting Revolt.toml in compose.yml --- compose.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 1149a36..fe91533 100644 --- a/compose.yml +++ b/compose.yml @@ -42,7 +42,10 @@ services: - redis - caddy volumes: - - ./Revolt.toml:/Revolt.toml + - type: bind + source: ./Revolt.toml + target: /Revolt.toml + restart: always # Events service (quark) @@ -54,7 +57,9 @@ services: - redis - caddy volumes: - - ./Revolt.toml:/Revolt.toml + - type: bind + source: ./Revolt.toml + target: /Revolt.toml restart: always # Web App (revite)