mirror of
https://github.com/InsanusMokrassar/TelegramBotTutorial.git
synced 2024-11-17 13:43:48 +00:00
11 lines
199 B
YAML
11 lines
199 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
runner:
|
|
image: user/runner
|
|
container_name: runner
|
|
restart: unless-stopped
|
|
volumes:
|
|
- "./data/:/data/"
|
|
- "./config.json:/runner/config.json:ro"
|