mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-06-23 20:41:18 +00:00
Add step that copies the server config file from the repo to the container.
This commit is contained in:
parent
5deda87b31
commit
d176eadea0
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,12 @@ Edit `files/serverDZ.cfg` and set the values of any variables there. See the [do
|
|||
hostname = "Something other than Server Name"; // Server name
|
||||
```
|
||||
|
||||
Install the server config file. The goal is to maintain the config file in the repo, and then install it into the container. In the future this process will show the diff between the repo file and the installed file.
|
||||
|
||||
```shell
|
||||
docker compose run --rm server dz c
|
||||
```
|
||||
|
||||
Launch the server container into the background:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue