Fixed start.sh stop.sh to work with all option
This commit is contained in:
parent
28a697bdfc
commit
0ff6c5d68b
2
start.sh
2
start.sh
@ -13,7 +13,7 @@ startservice() {
|
||||
startservice_all() {
|
||||
for i in dns ldap mail nextcloud panel proxy; do
|
||||
echo "* Starting $i.."
|
||||
docker-compose -f fstack/$SERVICE/docker-compose.yml -p $SERVICE up -d
|
||||
docker-compose -f fstack/$i/docker-compose.yml -p $SERVICE up -d
|
||||
done
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user