4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
docker-compose pull
|
|
docker-compose -p test.freifunk-rhein-sieg.net up -d
|