Change \ to / for res png paths

This commit is contained in:
LMurphy001 2021-08-29 18:10:14 -04:00
parent f335dae58a
commit 94e0f3a6f1
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@ First, add your server to abra. Change *your-domain-name* to your capsul's DNS n
> abra server add your-domain-name user
![Add server to Abra](../res/create-init-context\01.png "Add server to Abra")
![Add server to Abra](../res/create-init-context/01.png "Add server to Abra")
Next, after creating the server, initialize the docker swarm.
> abra server your-domain-name init
![Initialize docker swarm for server](../res/create-init-context\02.png "Initialize docker swarm for server")
![Initialize docker swarm for server](../res/create-init-context/02.png "Initialize docker swarm for server")
The next step is to install Traefik.