8 lines
127 B
YAML
8 lines
127 B
YAML
services:
|
|
ikarus:
|
|
build: .
|
|
volumes:
|
|
- ./token.txt:/bot/token.txt
|
|
command: php bot.php
|
|
restart: always
|