mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
9 lines
182 B
YAML
9 lines
182 B
YAML
version: '3'
|
|
services:
|
|
xboard:
|
|
image: ghcr.io/cedar2025/xboard:latest
|
|
volumes:
|
|
- ./.env:/www/.env
|
|
- ./.docker/.data/:/www/.docker/.data/
|
|
network_mode: host
|