Skip to content

Commit 86e10fb

Browse files
authored
Merge pull request #5163 from phenomen:update-foundryvtt-template
Update Foundry VTT template
2 parents 6cf647f + ee130da commit 86e10fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

templates/compose/foundryvtt.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,17 @@ services:
3939
- FOUNDRY_MINIFY_STATIC_FILES=${FOUNDRY_MINIFY_STATIC_FILES:-true}
4040
# The world ID to startup at system start.
4141
- FOUNDRY_WORLD=${FOUNDRY_WORLD}
42+
# Optional telemetry.
4243
- FOUNDRY_TELEMETRY=${FOUNDRY_TELEMETRY:-false}
44+
# The timezone to use for the server.
4345
- TIMEZONE=${TIMEZONE:-UTC}
4446
# Set a path to cache downloads of the Foundry distribution archive and speed up subsequent container startups.
4547
- CONTAINER_CACHE=/data/container_cache
4648
volumes:
47-
- foundryvtt-data:/data
49+
- type: bind
50+
source: ${FOUNDRY_DATA:-/data/foundryvtt}
51+
target: /data
52+
is_directory: true
4853
healthcheck:
4954
test: ["CMD", "curl", "-f", "http://127.0.0.1:30000"]
5055
timeout: 5s

0 commit comments

Comments
 (0)