forked from toolshed/docs.coopcloud.tech
fix: be specific about when commands are local or remote
This commit is contained in:
parent
58d5e91927
commit
aacdbac9ad
@ -32,6 +32,9 @@ You need to keep port `:80` and `:443` free on your server for web proxying to y
|
||||
Docker.
|
||||
|
||||
```
|
||||
# ssh into your server
|
||||
ssh <server-domain>
|
||||
|
||||
# docker install convenience script
|
||||
wget -O- https://get.docker.com | bash
|
||||
|
||||
@ -42,9 +45,12 @@ sudo usermod -aG docker $USER
|
||||
exit
|
||||
ssh <server-domain>
|
||||
|
||||
# setup swarm
|
||||
# back on the server, setup swarm
|
||||
docker swarm init
|
||||
docker network create -d overlay proxy
|
||||
|
||||
# now you can exit and start using abra
|
||||
exit
|
||||
```
|
||||
|
||||
??? question "Do you support multiple web proxies?"
|
||||
|
Loading…
x
Reference in New Issue
Block a user