mirror of
https://github.com/openfaas/faas.git
synced 2025-06-28 17:53:25 +00:00
Bump version to match release today.
This commit is contained in:
@ -20,7 +20,7 @@ This one-shot script clones the code, initialises Docker swarm mode and then dep
|
|||||||
# docker swarm init --advertise-addr eth0 && \
|
# docker swarm init --advertise-addr eth0 && \
|
||||||
git clone https://github.com/alexellis/faas && \
|
git clone https://github.com/alexellis/faas && \
|
||||||
cd faas && \
|
cd faas && \
|
||||||
git checkout 0.6.0 && \
|
git checkout 0.6.1 && \
|
||||||
./deploy_stack.sh && \
|
./deploy_stack.sh && \
|
||||||
docker service ls
|
docker service ls
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user