minecraft: Add image tag variable
This commit is contained in:
parent
351fa7fb05
commit
0e1e272a0f
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ minecraft_data_location: "{{ minecraft_install_location }}/data"
|
|||
minecraft_rcon_location: "{{ minecraft_install_location }}/rcon"
|
||||
minecraft_backup_location: "{{ minecraft_install_location }}/worlds"
|
||||
|
||||
# renovate: depName=docker.io/itzg/minecraft-server
|
||||
minecraft_image_version: "2021.22.0"
|
||||
|
||||
# Container versions
|
||||
minecraft_image_tag: "{{ minecraft_image_version }}-java17"
|
||||
|
||||
# The minecraft server port that should be exposed
|
||||
minecraft_server_port: 25565
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue