-
Notifications
You must be signed in to change notification settings - Fork 44
Using a mod_harbour docker
FiveTech Software edited this page Feb 18, 2020
·
1 revision
You can also run mod_harbour in a Docker container. You can build the Docker image with:
docker build . -t mod_harbour
and then run it with:
docker run -p<port>:80 -v"<path>:/var/www/html2:rw,Z" mod_harbour
example:
docker run -p3000:80 -v "/home/my_user/mod_harbour/samples:/var/www/html2:rw,Z" mod_harbour