Go to file
Kienan Stewart ca5740871e Ignore zip files 2022-10-02 15:10:30 -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 Use build argument to select foundry version 2022-10-02 15:09:27 -04:00
container-compose.yml Add build context 2022-09-18 20:52:18 -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 .

First run:

podman run --name foundry -v $(pwd)/data:/var/lib/foundry/data:Z,U -dt -p 30000:30000 foundry