botbotbot/compose.yaml
Edgar P. Burkhart 2d3257baf9
All checks were successful
Push Docker image / build (push) Successful in 4m3s
Add missing restart policy for botbotbot service in Docker Compose
2025-05-21 16:57:28 +02:00

7 lines
180 B
YAML

services:
botbotbot:
container_name: botbotbot
image: code.edgarpierre.fr/edpibu/botbotbot:main
restart: always
volumes:
- /docker/botbotbot/config:/config