Update readme-vars.yml

This commit is contained in:
chbmb 2019-05-26 21:54:41 +01:00 committed by Ryan Kuba
parent 9ddaca11d7
commit ad67176a4f

View File

@ -23,6 +23,8 @@ param_container_name: "{{ project_name }}"
param_usage_include_net: false
param_usage_include_env: true
param_env_vars:
- { env_var: "GAMEID", env_value: "Europe/London", desc: "Specify a gameid to use." }
- { env_var: "WORLD", env_value: "Europe/London", desc: "Specify a world to use." }
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
param_usage_include_vols: true
param_volumes:
@ -51,6 +53,8 @@ app_setup_block: |
https://hub.docker.com/r/linuxserver/{{ project_name }}/tags
# changelog
changelogs:
- { date: "26.05.19:", desc: "Add GAMEID environmental variable and document WORLD environmental variable." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "04.03.19:", desc: "Rebase to alpine 3.9 to compile 5.0.0 minetest with new build args." }
- { date: "14.01.19:", desc: "Add pipeline logic and multi arch." }