5 lines
167 B
Bash
Executable file
5 lines
167 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Restarting jellyfin"
|
|
docker-compose -f /opt/docker/jellyfin/docker-compose.yml down
|
|
docker-compose -f /opt/docker/jellyfin/docker-compose.yml up -d
|