Update README.md
This commit is contained in:
parent
4fe87311df
commit
a95afc8680
1 changed files with 3 additions and 3 deletions
|
@ -13,17 +13,17 @@ sudo docker compose build
|
||||||
```
|
```
|
||||||
And you will need to do that too for Socat. Just run this:
|
And you will need to do that too for Socat. Just run this:
|
||||||
```bash
|
```bash
|
||||||
sudo docker compose --project-directory socat build
|
cd socat && sudo docker compose build && cd ..
|
||||||
```
|
```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
Now that they are built you can run this:
|
Now that they are built you can run this:
|
||||||
```bash
|
```bash
|
||||||
docker compose up
|
sudo docker compose up
|
||||||
```
|
```
|
||||||
And to test Socat, just run this:
|
And to test Socat, just run this:
|
||||||
```bash
|
```bash
|
||||||
docker compose --project-directory socat up
|
cd socat && sudo docker compose up && cd ..
|
||||||
```
|
```
|
||||||
If everything seems fine (no errors), then you can run them with -d!
|
If everything seems fine (no errors), then you can run them with -d!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue