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.
This commit is contained in:
@@ -12,8 +12,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
# FQDN will be proxied to port 30000
|
# FQDN will be proxied to port 30000
|
||||||
- SERVICE_FQDN_FOUNDRY_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.
|
# Account username or email address for foundryvtt.com. Required for downloading an application distribution.
|
||||||
- FOUNDRY_USERNAME=${FOUNDRY_USERNAME}
|
- FOUNDRY_USERNAME=${FOUNDRY_USERNAME}
|
||||||
# Account password for foundryvtt.com. Required for downloading an application distribution.
|
# Account password for foundryvtt.com. Required for downloading an application distribution.
|
||||||
|
|||||||
Reference in New Issue
Block a user