mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +08:00
fix: update docker-compose (#475)
This commit is contained in:
+1
-3
@@ -1,8 +1,6 @@
|
|||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: node:20
|
image: node:lts
|
||||||
ports:
|
ports:
|
||||||
- 4321:4321
|
- 4321:4321
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
|||||||
Reference in New Issue
Block a user