Fixed start.sh stop.sh to work with all option
This commit is contained in:
parent
0ff6c5d68b
commit
b8a1f472f5
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/$i/docker-compose.yml -p $SERVICE up -d
|
||||
docker-compose -f fstack/$i/docker-compose.yml -p $i up -d
|
||||
done
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user