From f02dc3a8e6eb66aba15a1252931fe73c0a519be9 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sun, 27 Oct 2024 23:18:56 +0000 Subject: [PATCH] fix: include env for web --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index ffe1368..288c397 100644 --- a/compose.yml +++ b/compose.yml @@ -61,6 +61,7 @@ services: web: image: ghcr.io/revoltchat/client:master restart: always + env_file: .env.web # File server (autumn) autumn: