Trying to fix docker-compose
BOT_open_sesam/pipeline/head There was a failure building this commit Details

devel
dl 2025-05-07 14:53:48 +05:00
parent 5e7134b253
commit 058f47f3c8
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
version: '3' version: '3'
services: services:
telegram-bot: telegrambot:
build: build:
context: . context: .
container_name: open_sesam container_name: opensesam
env_file: env_file:
- .env - .env
restart: always restart: always