Go to file
Kienan Stewart 65dc17acde Update running instructions in readme 2022-10-02 15:24:39 -04:00
data Initial commit 2021-09-22 17:39:24 -04:00
.gitignore Ignore zip files 2022-10-02 15:10:30 -04:00
Containerfile Use build argument to select foundry version 2022-10-02 15:09:27 -04:00
README.md Update running instructions in readme 2022-10-02 15:24:39 -04:00
container-compose.yml Update image source URL 2022-10-02 15:20:38 -04:00

README.md

Building

  1. Download foundry version to the local directory, eg. FoundryVTT-10.285.zip
  2. Build the container
podman build --build-arg FOUNDRY_VERSION=10.285 -t foundry:10.285 .

Running with podman-compose

podman-compose up -d