From b0d96a198e29214f93e2bb3e58e63b51321e3e4a Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 19 八月 2025 15:46:16 +0800
Subject: [PATCH] docker基础配置

---
 docker-compose.yml.example |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/docker-compose.yml.example b/docker-compose.yml.example
new file mode 100644
index 0000000..7dc6d7e
--- /dev/null
+++ b/docker-compose.yml.example
@@ -0,0 +1,10 @@
+version: '3.0'
+services:
+  zd-after: # 鏈嶅姟鍚嶇О
+    image: zd-after-app
+    container_name: zd-after # 瀹瑰櫒鍚嶇О
+    ports:
+      - 7016:7016 # 鎸囧畾瀹夸富鏈虹鍙d笌瀹瑰櫒绔彛鏄犲皠鍏崇郴锛屽涓绘満锛氬鍣�
+    restart: always # 瀹瑰櫒寮�鏈鸿嚜鍚�
+    privileged: true # 鑾峰彇瀹夸富鏈簉oot鏉冮檺
+

--
Gitblit v1.9.3