Skip to content

Commit

Permalink
fix(docker): restart bot if it crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor authored Aug 3, 2023
1 parent 539053e commit 25a01e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
volumes:
- ./audio_cache:/app/audio_cache
- ./data:/app/data

0 comments on commit 25a01e4

Please sign in to comment.