mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-29 15:15:34 +00:00
Support .conf extension for config files (#388)
* Support .conf extension for config files * Update the docs for env variables
This commit is contained in:
committed by
Geoff Bourne
parent
2900062df5
commit
b67580af2c
@@ -240,6 +240,9 @@ There are some limitations to what characters you can use.
|
||||
| Name | `0-9a-zA-Z_-` |
|
||||
| Value | `0-9a-zA-Z_-:/=?.+` |
|
||||
|
||||
Variables will be replaced in files with the following extensions:
|
||||
`.yml`, `.yaml`, `.txt`, `.cfg`, `.conf`, `.properties`.
|
||||
|
||||
Here is a full example where we want to replace values inside a `database.yml`.
|
||||
|
||||
```yml
|
||||
|
||||
Reference in New Issue
Block a user