add restarting to default compose file
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 10s

This commit is contained in:
Aidan 2025-01-25 01:06:21 +00:00
parent 347a2c836e
commit 13fc5a032d

View File

@ -3,3 +3,4 @@ services:
image: "git.pontusmail.org/aidan/request-bot:latest"
volumes:
- .env:/app/.env
restart: always