Skip to content

Commit

Permalink
Merge pull request #16 from negezor/master-1
Browse files Browse the repository at this point in the history
fix(docker): restart bot if it crashes
  • Loading branch information
TheTipo01 authored Aug 3, 2023
2 parents 539053e + 25a01e4 commit 60897ed
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 60897ed

Please sign in to comment.