mirror of
https://github.com/InsanusMokrassar/TelegramBotTutorial.git
synced 2024-11-16 21:23:49 +00:00
11 lines
194 B
YAML
11 lines
194 B
YAML
|
version: "3.4"
|
||
|
|
||
|
services:
|
||
|
adminbot:
|
||
|
image: user/runner
|
||
|
container_name: runner
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- "./data/:/data/"
|
||
|
- "./config.json:/config.json:ro"
|