mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-02 07:28:13 -05: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 |