Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.05 KB

readme.md

File metadata and controls

39 lines (26 loc) · 1.05 KB

Simple Dockerfile for Foundry VTT

This repository provides a simple Dockerfile to run Foundry VTT with docker.

Installation

Put the Dockerfile in the foundryvtt directory you have already downloaded as usual. Build the image in foundryvtt directory with the command

docker build . -t <your username>/foundryvtt

Pro tip: whenever you build a new version of Foundry VTT you could tag it with the version number. Than use the tag to run different version.

Usage

Run the image

docker run --name fvtt -p <your favorite port>:30000 -v <wherever you put the foundrydata directory>:/home/foundry/data -d <your username>/foundryvtt

Stop the image

docker stop fvtt && docker container rm fvtt

Check the logs

docker logs fvtt

Contributing

Pull requests are very welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT