How to setup FoundryVTT with Docker

Описание к видео How to setup FoundryVTT with Docker

Hello all! In this video we go through installing Foundry VTT with docker! In the video we are using my repository and image over at: https://github.com/mbround18/foundryv...

The installation steps are as follows:
1. Install docker, if it is not already installed.
2. Run the command:

docker run --rm -it \
-p 4444:4444 \
-e HOSTNAME="127.0.0.1" \
-e SSL_PROXY="false" \
-v ${PWD}/foundry/data:/foundrydata \
-v ${PWD}/foundry/app:/foundryvtt \
mbround18/foundryvtt-docker:1.0.0

3. Navigate in your browser to http://localhost:4444
4. Follow the on screen steps for installing foundry!

*Note: If you do not wish to install foundry every time you restart your container, add a volume mount for the foundry application directory.

Комментарии

Информация по комментариям в разработке