Initial commit
This commit is contained in:
3
kapitel13/13_6/Dockerfile
Normal file
3
kapitel13/13_6/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM httpd:2.4
|
||||
RUN echo "Min anpassade webbserver" > \
|
||||
/usr/local/apache2/htdocs/index.html
|
8
kapitel13/13_6/docker-compose.yml
Normal file
8
kapitel13/13_6/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
|
||||
webbserver:
|
||||
restart: always
|
||||
build: .
|
||||
ports:
|
||||
- 6060:80
|
Reference in New Issue
Block a user