mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-14 08:48:13 -04:00
8 lines
181 B
YAML
8 lines
181 B
YAML
![]() |
version: '3'
|
||
|
services:
|
||
|
xboard:
|
||
|
image: ghcr.io/cedar2025/xboard:v1.0.0
|
||
|
volumes:
|
||
|
- ./.env:/www/.env
|
||
|
- ./.docker/.data/:/www/.docker/.data/
|
||
|
network_mode: host
|