@@ -44,4 +44,5 @@ volumes:
networks:
default:
+ external: true
name: match-vote-network-lvyin
@@ -27,7 +27,7 @@ services:
container_name: match-vote-nextjs-nginx-1
image: nginx:alpine
ports:
- - "8081:80"
+ - "8080:80"
volumes:
- ./nginx:/etc/nginx/conf.d
@@ -82,7 +82,7 @@ export default function Home() {
className="bg-blue-500 text-white hover:bg-blue-600 px-4 py-1 rounded-full text-sm font-bold transition duration-300"
onClick={() => router.push("/login")}
>
- 登录
+ 登录111
</button>
)}
</div>