ikarusbot/compose.yml

8 lines
127 B
YAML
Raw Normal View History

2025-01-10 20:49:47 +02:00
services:
ikarus:
build: .
volumes:
- ./token.txt:/bot/token.txt
command: php bot.php
restart: always