Compare commits

..

1 Commits

Author SHA1 Message Date
40bec4ffee
add step to sync host 2025-02-23 14:38:28 +05:30

View File

@ -93,6 +93,7 @@ To live sync host directory with container folder, in Step 3:
```bash
podman run --network=host -itv /host/src/path:/usr/src/GameServerSupervisor supervisor-image sh
```
`/host/src/path` is the absolute path to the repository in the host machine.
## Usage