fix: use port 8081 to avoid conflict with beian-nginx

This commit is contained in:
Superuser
2026-05-18 23:05:38 +08:00
parent 6ddd7edca0
commit e05ac5cb15
+1 -1
View File
@@ -7,7 +7,7 @@ services:
container_name: me-web container_name: me-web
restart: always restart: always
ports: ports:
- "80:80" - "8081:80"
networks: networks:
- app-network - app-network