You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2022/12/27 15:52:33 UTC

[pulsar-site] branch main updated: tidy code

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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e81e3023c77 tidy code
e81e3023c77 is described below

commit e81e3023c77fcee74860ec80d0fd0cb3b1fd07ae
Author: tison <wa...@gmail.com>
AuthorDate: Tue Dec 27 23:52:19 2022 +0800

    tidy code
    
    Signed-off-by: tison <wa...@gmail.com>
---
 site2/website-next/docker-compose.yaml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/site2/website-next/docker-compose.yaml b/site2/website-next/docker-compose.yaml
index 92015a1a587..b27f1ba2cc2 100644
--- a/site2/website-next/docker-compose.yaml
+++ b/site2/website-next/docker-compose.yaml
@@ -17,18 +17,11 @@
 
 version: "3.1"
 services:
-  # web:
-  #   image: nginx:1.18.0-alpine
-  #   ports:
-  #     - 80:80
-  #   volumes:
-  #     - ./build:/usr/share/nginx/html
-  #   container_name: psite
   web:
     image: httpd:2.4.54-alpine
     ports:
-      - 80:80
+      - "80:80"
     volumes:
       - ./build:/usr/local/apache2/htdocs
       - ./scripts/httpd.conf:/usr/local/apache2/conf/httpd.conf
-    container_name: psite
+    container_name: pulsar_site