docker pull beginor/jexus:5.8.3.10
mkdir -p "$(pwd)/jexus/conf"
mkdir -p "$(pwd)/jexus/www"
mkdir -p "$(pwd)/jexus/log"
Copy your website config file to $(pwd)/jexus/conf folder, Copy your websites to $(pwd)/jexus/www folder
Run the image with command:
docker run \
--detach \
--name jexus \
--restart unless-stopped \
--publish 9999:80 \
--volume $(pwd)/jexus/www:/var/www \
--volume $(pwd)/jexus/conf:/usr/jexus/siteconf \
--volume $(pwd)/jexus/log:/usr/jexus/log \
beginor/jexus:5.8.3.10
You can change the port 9999 as your like.
Content type
Image
Digest
Size
182.4 MB
Last updated
over 8 years ago
docker pull beginor/jexus