first commit

This commit is contained in:
gua
2023-11-15 04:42:27 +08:00
commit e8207c4258
4 changed files with 107 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
version: '3'
services:
xboard:
image: ghcr.io/cedar2025/xboard:v1.0.0
volumes:
- ./.env:/www/.env
- ./.docker/.data/:/www/.docker/.data/
network_mode: host