From 1041828256160fecd7c3862f8bf7823b818d9ded Mon Sep 17 00:00:00 2001 From: simplypower-bbj Date: Sat, 17 Dec 2022 01:26:19 +0100 Subject: [PATCH] updated to use .env file --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index e6e0dca..6705429 100644 --- a/compose.yml +++ b/compose.yml @@ -4,5 +4,5 @@ services: image: twitter_scraper:1.0 container_name: twitter_scraper restart: always - env_file: build.env + env_file: .env build: . \ No newline at end of file