Kienan Stewart 65dc17acde | ||
---|---|---|
data | ||
.gitignore | ||
Containerfile | ||
README.md | ||
container-compose.yml |
README.md
Building
- Download foundry version to the local directory, eg.
FoundryVTT-10.285.zip
- Build the container
podman build --build-arg FOUNDRY_VERSION=10.285 -t foundry:10.285 .
Running with podman-compose
podman-compose up -d