c7
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s

This commit is contained in:
2025-05-22 22:43:02 +08:00
parent c11013f03d
commit faa6a35475
3 changed files with 17 additions and 6 deletions

View File

@ -0,0 +1,15 @@
services:
file:
image: file
container_name: file
restart: always
networks:
- godemo_network
# 端口映射,生产环境非必须,开发环境用于方便调试
ports:
- "60200:60200"
networks:
godemo_network:
name: godemo_network
external: true