This commit is contained in:
awei
2025-03-08 17:21:51 +08:00
parent 9b10835b61
commit 4e51db4edd
13 changed files with 597 additions and 66 deletions

View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
file-server:
build:
context: .
dockerfile: Dockerfile
ports:
- "3004:8080"
volumes:
- /data/bbsfiles:/files
restart: unless-stopped