mirror of
https://github.com/MarSeventh/CloudFlare-ImgBed.git
synced 2026-01-31 00:53:20 +08:00
测试docker
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:18-alpine
|
FROM node:22-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
@@ -7,4 +7,5 @@ services:
|
|||||||
- "7658:8080"
|
- "7658:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./wrangler.toml:/app/wrangler.toml
|
- ./wrangler.toml:/app/wrangler.toml
|
||||||
|
- ./data:/app/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user