From 3d79c0c5a70c136792fd08f3cb8849ed6dd12548 Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Sat, 23 Apr 2022 15:02:48 -0400 Subject: [PATCH] name, remove placeholder quotes --- docker-compose.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7298534..9495444 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,10 +2,11 @@ version: 3 services: telegram-moviebot: + container_name: telegram-moviebot image: skoobasteeve/telegram-moviebot:main environment: - - TMDB_API_TOKEN="" - - SA_API_TOKEN="" - - TG_BOT_TOKEN="" - - TG_BOT_USER="" # (optional) Limits access to the bot to a single Telegram user + - TMDB_API_TOKEN= + - SA_API_TOKEN= + - TG_BOT_TOKEN= + - TG_BOT_USER= # (optional) Limits access to the bot to a single Telegram user restart: always \ No newline at end of file