build: set restart policy
This commit is contained in:
@@ -21,6 +21,7 @@ services:
|
||||
build:
|
||||
context: ../backend
|
||||
dockerfile: Dockerfile
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- streams_data:/streams
|
||||
- channels:/channels
|
||||
|
||||
@@ -10,6 +10,7 @@ services:
|
||||
volumes:
|
||||
- streams_data:/streams
|
||||
- channels:/channels
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
STORAGE_PATH: /streams/
|
||||
# If you have problems with the playlist, set the backend url manually here
|
||||
|
||||
Reference in New Issue
Block a user