From b4387ca397cb22f6752cc9a73010acb52f22d5a6 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Mon, 16 Sep 2024 23:06:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 91e8c981..66592554 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -38,14 +38,3 @@ services: - 8082:8082 - 3000:3000 restart: on-failure - - # nginx: - # container_name: bbs-go-nginx - # image: nginx:latest - # ports: - # - 80:80 - # volumes: - # - .docker-compose/nginx.conf:/etc/nginx/conf.d/default.conf - # depends_on: - # - bbsgo - # restart: on-failure