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