mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 11:20:53 +08:00
Initial commit
This commit is contained in:
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
services:
|
||||
xboard:
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
- ./:/www/
|
||||
# - ./.env:/www/.env
|
||||
# - ./.docker/.data/:/www/.docker/.data/
|
||||
# - ./config/v2board.php:/www/config/v2board.php
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user