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