Update docker-compose.yml

This commit is contained in:
Руслан 2023-08-16 18:59:53 +06:00 committed by GitHub
parent bbdcaeef0c
commit 1144d96eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ services:
hostname: chatgpt
image: ghcr.io/n3d1117/chatgpt-telegram-bot:latest
volumes:
- ./data:/app
- .:/app
env_file:
- chatgpt.env
restart: unless-stopped