From 922a4871ab417e7e3c8fdfa61ea4d90b8573393c Mon Sep 17 00:00:00 2001 From: Bryant Date: Tue, 30 Jan 2024 01:31:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 05b0a7a..8f502d3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: app: image: swarmpit/swarmpit:latest ports: - - "888:888" + - "888:8080" environment: - SWARMPIT_DB=http://db:5984 - SWARMPIT_INFLUXDB=http://influxdb:8086