From ad0b44050cbd3ec17946916801c26b917ae95f7b Mon Sep 17 00:00:00 2001 From: evanchen Date: Sat, 23 Oct 2021 19:52:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'docker-compose.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 883a9c6..0933cdb 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,6 +4,6 @@ services: container_name: go-playground restart: always ports: - - 127.0.0.1:18000:8000 + - 127.0.0.1:8888:8000 volumes: - ./conf.json:/src/conf.json