From 1cb59d1883937bdc1ca2080e4ea7a447f7cfc4f6 Mon Sep 17 00:00:00 2001 From: Aleksandr Vasilenko Date: Thu, 24 Oct 2024 10:22:29 -0500 Subject: [PATCH] Removed hardcoded version It cannot be null and it will be annoying to update the template with every release. Users still can set this variable in their project if they want to install non-latest version. --- templates/compose/foundryvtt.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/compose/foundryvtt.yaml b/templates/compose/foundryvtt.yaml index 452e806e7..f1c80d619 100644 --- a/templates/compose/foundryvtt.yaml +++ b/templates/compose/foundryvtt.yaml @@ -12,8 +12,6 @@ services: environment: # FQDN will be proxied to port 30000 - SERVICE_FQDN_FOUNDRY_30000 - # Version of Foundry Virtual Tabletop to install i.e. 12.331 - - FOUNDRY_VERSION=${FOUNDRY_VERSION:-12.331} # Account username or email address for foundryvtt.com. Required for downloading an application distribution. - FOUNDRY_USERNAME=${FOUNDRY_USERNAME} # Account password for foundryvtt.com. Required for downloading an application distribution.