HoshinoRei / l4d2server-docker

A dockerized Left 4 Dead 2 server
https://hub.docker.com/r/hoshinorei/l4d2server
MIT License
5 stars 1 forks source link

docs(readme): add support for `host.txt` file to be mounted in the container #18

Closed HoshinoRei closed 9 months ago

HoshinoRei commented 9 months ago

The change adds a new volume mount in the services section of the README.md file. The host.txt file is now mounted in the container at the specified path. This allows the container to access and use the host.txt file.

Closes #17