diff --git a/websites/3/compose.yml b/websites/3/compose.yml new file mode 100644 index 0000000..f8875e0 --- /dev/null +++ b/websites/3/compose.yml @@ -0,0 +1,9 @@ +services: + app: + image: nginx:latest + volumes: + - ./webroot:/usr/share/nginx/html:ro + ports: + - 8080:80 + - 8081:80 + - 8082:80 diff --git a/websites/3/webroot/index.html b/websites/3/webroot/index.html new file mode 100644 index 0000000..9c7706e --- /dev/null +++ b/websites/3/webroot/index.html @@ -0,0 +1,128 @@ + + +
+ +
+ Dies ist eine kleine coole Website als Demo für Docker-Volumes.
+ Bearbeite einfach diese index.html
, speichere und lade die Seite neu!
+
Hier sind einige zusätzliche Informationen:
+