Files
docker-apache-php/run.sh
T
jens 4deb3de6eb - moved ssl key generation into container
- mount html and webdav as volume
2025-02-23 13:31:02 +01:00

5 lines
214 B
Bash
Executable File

sudo chown -R root:www-data ./public-html/
sudo chown -R root:www-data ./webdav/
docker run -dit --rm --name my-apache-app -p 80:80 -p 443:443 -v ./public-html/:/var/www/html -v ./webdav/:/var/www/webdav my-httpd