foundryvtt-container/README.md

13 lines
303 B
Markdown

# 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`