Initial commit

This commit is contained in:
2022-01-08 17:41:12 +01:00
commit 12a5ea3132
30 changed files with 267 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
FROM httpd:2.4
RUN echo "Min anpassade webbserver" > \
/usr/local/apache2/htdocs/index.html

View File

@@ -0,0 +1,8 @@
version: "3.8"
services:
webbserver:
restart: always
build: .
ports:
- 6060:80