From 450b469369d25df0967f9b3eb582b64c5086fb92 Mon Sep 17 00:00:00 2001 From: Rerurate_514-Researchable Date: Tue, 21 Apr 2026 19:37:36 +0900 Subject: [PATCH] =?UTF-8?q?port=E3=81=AE=E6=8C=87=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 73c98f8..ba3729a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,16 +2,18 @@ services: apache: build: . container_name: apache-server + ports: + - "8080:80" volumes: - ./html:/usr/local/apache2/htdocs restart: unless-stopped - cloudflared: - image: cloudflare/cloudflared:latest - container_name: cloudflared - restart: unless-stopped - command: tunnel --no-autoupdate --protocol http2 run --token ${CLOUDFLARE_TOKEN} - environment: - - TUNNEL_TOKEN=${CLOUDFLARE_TOKEN} - depends_on: - - apache \ No newline at end of file + # cloudflared: + # image: cloudflare/cloudflared:latest + # container_name: cloudflared + # restart: unless-stopped + # command: tunnel --no-autoupdate --protocol http2 --edge-ip-version 4 run --token ${CLOUDFLARE_TOKEN} + # environment: + # - TUNNEL_TOKEN=${CLOUDFLARE_TOKEN} + # depends_on: + # - apache \ No newline at end of file