Add missing restart policy for botbotbot service in Docker Compose
All checks were successful
Push Docker image / build (push) Successful in 4m3s
All checks were successful
Push Docker image / build (push) Successful in 4m3s
This commit is contained in:
parent
d46e6a5f35
commit
2d3257baf9
1 changed files with 1 additions and 0 deletions
|
@ -2,5 +2,6 @@ services:
|
|||
botbotbot:
|
||||
container_name: botbotbot
|
||||
image: code.edgarpierre.fr/edpibu/botbotbot:main
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/botbotbot/config:/config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue