Raspberry Pi 3 : Apache2 Reverse Proxy
10K+
docker run --restart="always" --name "httpd" -p 8080:80 -d jancelin/rpi-httpd
-- change ip and port with:
docker exec -it httpd bash
vim /etc/apache2/sites-available/000-default.conf
Content type
Image
Digest
Size
78.9 MB
Last updated
about 9 years ago
docker pull jancelin/rpi-httpd