mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-08-02 03:36:13 -04:00
7 lines
144 B
YAML
7 lines
144 B
YAML
services:
|
|
tc2-bbs-mesh:
|
|
build: .
|
|
restart: always
|
|
volumes:
|
|
- ./config:/home/mesh/bbs/config
|
|
container_name: tc2-bbs-mesh
|