chore: 容器端口改为 8090
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ services:
|
||||
container_name: sui-blog
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "8090:3000"
|
||||
environment:
|
||||
- DATABASE_URL=file:/app/prisma/dev.db
|
||||
- SESSION_SECRET=${SESSION_SECRET:-change-me-to-a-random-string}
|
||||
|
||||
Reference in New Issue
Block a user