Xboard/docker-compose.yaml

9 lines
182 B
YAML
Raw Normal View History

2023-11-14 15:42:27 -05:00
version: '3'
services:
xboard:
2023-11-15 10:38:51 -05:00
image: ghcr.io/cedar2025/xboard:latest
2023-11-14 15:42:27 -05:00
volumes:
- ./.env:/www/.env
- ./.docker/.data/:/www/.docker/.data/
2023-11-15 10:38:51 -05:00
network_mode: host