Update README.md

This commit is contained in:
Kaley, Fischer 2024-04-19 13:56:42 +02:00
parent 4fe87311df
commit a95afc8680

View file

@ -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!