You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://hub.docker.com/r/felddy/foundryvtt)
@@ -216,8 +216,8 @@ Virtual Tabletop](https://foundryvtt.com/article/versioning/) that they support.
216
216
| Image:tag | Description |
217
217
|-----------|-------------|
218
218
|`felddy/foundryvtt:13`| The most recent image matching the major version number. Most users will use this tag. |
219
-
|`felddy/foundryvtt:13.341`| The most recent image matching the major and minor version numbers. |
220
-
|`felddy/foundryvtt:13.341.0`| An exact image version. |
219
+
|`felddy/foundryvtt:13.342`| The most recent image matching the major and minor version numbers. |
220
+
|`felddy/foundryvtt:13.342.0`| An exact image version. |
221
221
|`felddy/foundryvtt:release` | The most recent image from the `stable` channel. These images are **considered stable**, and well-tested. The `latest` tag always points to the same version as `release`.|
222
222
|`felddy/foundryvtt:latest`| Same as the `release` tag. [Why does `latest` == `release`?](https://vsupalov.com/docker-latest-tag/) |
223
223
@@ -271,7 +271,7 @@ secrets](#using-secrets) instead of environment variables.
271
271
272
272
| Name | Purpose | Default |
273
273
|-------|---------|---------|
274
-
| `CONTAINER_CACHE` | Set a path to cache downloads of the Foundry distribution archive and speed up subsequent container startups. The path should be in `/data` or another persistent mount point in the container. Set to `""` to disable. ***Note***: When the cache is disabled the container may sleep instead of exiting, in certain circumstances, to prevent a download loop. A distribution can be pre-downloaded and placed into a cache directory. The distribution's name must be of the form: `foundryvtt-13.341.zip`| `/data/container_cache` |
274
+
| `CONTAINER_CACHE` | Set a path to cache downloads of the Foundry distribution archive and speed up subsequent container startups. The path should be in `/data` or another persistent mount point in the container. Set to `""` to disable. ***Note***: When the cache is disabled the container may sleep instead of exiting, in certain circumstances, to prevent a download loop. A distribution can be pre-downloaded and placed into a cache directory. The distribution's name must be of the form: `foundryvtt-13.342.zip`| `/data/container_cache` |
275
275
| `CONTAINER_CACHE_SIZE` | Set the maximum number of distribution versions to keep in the cache. The minimum is `1`. When the limit is exceeded, the oldest versions (lowest version numbers) are removed first. Unset to disable cache size management and keep all versions. | |
276
276
| `CONTAINER_PATCHES` | Set a path to a directory of shell scripts to be sourced after Foundry is installed but before it is started. The path should be in `/data` or another persistent mount point in the container. e.g.; `/data/container_patches` Patch files are sourced in lexicographic order. `CONTAINER_PATCHES` are processed after `CONTAINER_PATCH_URLS`.| |
277
277
| `CONTAINER_PATCH_URLS` | Set to a space-delimited list of URLs to be sourced after Foundry is installed but before it is started. Patch URLs are sourced in the order specified. `CONTAINER_PATCH_URLS` are processed before `CONTAINER_PATCHES`. ⚠️ **Only use patch URLs from trusted sources!** | |
@@ -300,7 +300,7 @@ secrets](#using-secrets) instead of environment variables.
300
300
| `FOUNDRY_TELEMETRY` | Set to `true` to enable FoundryVTT telemetry, `false` to disable. This options allows the collection of anonymous usage data to help improve FoundryVTT. | `null` |
301
301
| `FOUNDRY_UPNP` | Allow Universal Plug and Play to automatically request port forwarding for the Foundry server port to your local network address. | `false` |
302
302
| `FOUNDRY_UPNP_LEASE_DURATION` | Sets the Universal Plug and Play lease duration, allowing for the possibility of permanent leases for routers which do not support temporary leases. To define an indefinite lease duration set the value to `0`. | `null` |
303
-
| `FOUNDRY_VERSION` | Version of Foundry Virtual Tabletop to install. | `13.341` |
303
+
| `FOUNDRY_VERSION` | Version of Foundry Virtual Tabletop to install. | `13.342` |
304
304
| `FOUNDRY_WORLD` | The directory name of the world to launch at system start. | `null` |
0 commit comments