Jexus x64 Standalone for Linux docker image
3.7K
docker pull beginor/jexus-x64:6.3.2021.0512
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 8080:80 \
--volume $(pwd)/jexus/www:/var/www \
--volume $(pwd)/jexus/conf:/usr/jexus/siteconf \
--volume $(pwd)/jexus/log:/usr/jexus/log \
beginor/jexus-x64:6.3.2021.0512
You can change the port 8080 as your like.
Content type
Image
Digest
Size
61.3 MB
Last updated
over 5 years ago
docker pull beginor/jexus-x64