You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/05/28 07:37:04 UTC

[creadur-site] branch asf-site updated: Allow local viewing of page via docker

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4e8e037  Allow local viewing of page via docker
4e8e037 is described below

commit 4e8e037c8d0185e37b9b30c4211cb3a94b986800
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sat May 28 09:37:00 2022 +0200

    Allow local viewing of page via docker
---
 docker-compose.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644
index 0000000..ff1afc3
--- /dev/null
+++ b/docker-compose.yaml
@@ -0,0 +1,8 @@
+version: '3'
+services:
+    php-apache:
+        image: php:8.0-apache
+        ports:
+            - 8888:80
+        volumes:
+            - .:/var/www/html:z