Skip to content

Commit

Permalink
docs(readme): mount maps volume in rw mode
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Apr 21, 2022
1 parent ddf2945 commit 07c5603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ In order to make the image as small as possible, the only map shipped with the i
with all the maps and share it between all the containers. Just mount `/home/tf2/server/tf/maps` to your local directory that contains all the maps you need:

```
$ docker run -v "/usr/local/data/tf2/maps:/home/tf2/server/tf/maps:ro" --network=host -d melkortf/tf2-base
$ docker run -v "/usr/local/data/tf2/maps:/home/tf2/server/tf/maps" --network=host -d melkortf/tf2-base
```

If you want to have all the maps available on [serveme.tf's FastDL](https://dl.serveme.tf/maps/), just type the following command:
Expand Down

0 comments on commit 07c5603

Please sign in to comment.