2021-09-22 21:39:24 +00:00
|
|
|
# Building
|
|
|
|
|
2022-10-02 19:09:27 +00:00
|
|
|
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 .
|
|
|
|
```
|
2021-09-22 21:39:24 +00:00
|
|
|
|
2022-10-02 19:24:39 +00:00
|
|
|
# Running with podman-compose
|
2021-09-22 21:39:24 +00:00
|
|
|
|
2022-10-02 19:24:39 +00:00
|
|
|
```
|
|
|
|
podman-compose up -d
|
|
|
|
```
|