Initial commit

This commit is contained in:
2025-02-22 12:19:31 +01:00
commit 0c30086b37
11 changed files with 155 additions and 0 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
docker run -dit --rm --name my-apache-app -p 80:80 -p 443:443 my-httpd
# docker run -dit --rm --name my-apache-app -p 80:80 -p 443:443 my-httpd -v ./html:/var/www/html/ -v ./webdav:/var/www/webdav/