From 5948437a448858bf64121cd12192abe9620f06c1 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 27 Aug 2022 18:50:26 +0200 Subject: [PATCH] Rename env file --- infrastructure/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/docker-compose.yml b/infrastructure/docker-compose.yml index 1fc6319..1d6cbeb 100644 --- a/infrastructure/docker-compose.yml +++ b/infrastructure/docker-compose.yml @@ -40,7 +40,7 @@ services: - flame_data:/app/data - /var/run/docker.sock:/var/run/docker.sock env_file: - - password.env + - flame_secrets.env restart: always networks: traefik_net: