|
|
@ -16,10 +16,12 @@ Enter the command to start dockerd after installing docker on your host system: |
|
|
|
```bash |
|
|
|
sudo systemctl start docker |
|
|
|
``` |
|
|
|
Install docker-compose on your host os and in the folder docker/compose do: |
|
|
|
Install docker-compose on your host os. |
|
|
|
In the folder docker/compose do: |
|
|
|
```bash |
|
|
|
sudo docker-compose up |
|
|
|
``` |
|
|
|
sudo docker network create proxy |
|
|
|
sudo docker-compose up |
|
|
|
```` |
|
|
|
|
|
|
|
# Setting up nextcloud with deb-rust-sncf container |
|
|
|
|
|
|
|