Add missing restart policy for botbotbot service in Docker Compose
All checks were successful
Push Docker image / build (push) Successful in 4m3s

This commit is contained in:
Edgar P. Burkhart 2025-05-21 16:57:28 +02:00
parent d46e6a5f35
commit 2d3257baf9
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -2,5 +2,6 @@ services:
botbotbot:
container_name: botbotbot
image: code.edgarpierre.fr/edpibu/botbotbot:main
restart: always
volumes:
- /docker/botbotbot/config:/config