1
0
Fork 0

handbrake-server: restart unless stopped

This commit is contained in:
Lukáš Kucharczyk 2024-12-31 06:24:44 +01:00
parent f913a10ee1
commit b0882532a7
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ services:
volumes:
- "${DOCKER_STORAGE_PATH}/handbrake-server/data:/data"
- "${STORAGE_PATH}:/video"
restart: unless-stopped