From 3b5560c3ffe4b44fe47c041ed540dfcfc24827c6 Mon Sep 17 00:00:00 2001 From: hesukastro Date: Thu, 5 Feb 2026 13:10:18 +0800 Subject: [PATCH] change port --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3718e1a..afc4752 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: web: image: nginx:alpine ports: - - "8081:80" + - "8888:80" volumes: - ./:/usr/share/nginx/html restart: always \ No newline at end of file