mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-15 17:28:12 -04:00
10 lines
237 B
YAML
10 lines
237 B
YAML
version: '3'
|
|
services:
|
|
xboard:
|
|
image: ghcr.io/cedar2025/xboard:latest
|
|
volumes:
|
|
- ./.env:/www/.env
|
|
- ./.docker/.data/:/www/.docker/.data/
|
|
# - ./config/v2board.php:/www/config/v2board.php
|
|
network_mode: host
|