Skip to content

Commit fe6f99f

Browse files
committed
Fixed typo in README.md
1 parent 74a99ac commit fe6f99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ docker build -t python-ese .
6767
Once the Docker image is built, you can run a Docker container using the following command:
6868

6969
```bash
70-
docker run -d --network host --mount type=bind,source=[your/path/to/config],target=/app/config python-ese --privileged=true
70+
docker run -d --network host --mount type=bind,source=[your/path/to/config],target=/app/config --privileged=true python-ese
7171
```
7272

7373
The `--network host` option in the docker run command tells Docker to use the host network for the container. This means the container shares the same network stack as the host and can access network services running on the host directly.

0 commit comments

Comments
 (0)