name, remove placeholder quotes

This commit is contained in:
2022-04-23 15:02:48 -04:00
parent 46958e4bf9
commit 3d79c0c5a7

View File

@@ -2,10 +2,11 @@
version: 3 version: 3
services: services:
telegram-moviebot: telegram-moviebot:
container_name: telegram-moviebot
image: skoobasteeve/telegram-moviebot:main image: skoobasteeve/telegram-moviebot:main
environment: environment:
- TMDB_API_TOKEN="" - TMDB_API_TOKEN=
- SA_API_TOKEN="" - SA_API_TOKEN=
- TG_BOT_TOKEN="" - TG_BOT_TOKEN=
- TG_BOT_USER="" # (optional) Limits access to the bot to a single Telegram user - TG_BOT_USER= # (optional) Limits access to the bot to a single Telegram user
restart: always restart: always