This commit is contained in:
yml2213
2026-08-20 14:17:59 +08:00
commit d591df5033
34 changed files with 7555 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
dachui-pc:
build:
context: .
dockerfile: Dockerfile
container_name: dachui_pc_web
restart: always
ports:
- "8090:80"