Files
chatgpt-telegram-bot/docker-compose.yml
“Yashar ce561e68ad fix docker mount bug
* update readme
2023-03-18 21:20:37 +01:00

10 lines
165 B
YAML

version: '3'
services:
chatgpt-telegram-bot:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/home/appuser/app
restart: always