15 lines
315 B
YAML
15 lines
315 B
YAML
services:
|
|
app:
|
|
image: mattermost/focalboard:latest
|
|
container_name: focalboard
|
|
volumes:
|
|
- ./fbdata:/data
|
|
# - ./fbdata:/opt/focalboard/data
|
|
ports:
|
|
- 4280:8000
|
|
environment:
|
|
- VIRTUAL_HOST=focalboard.local.wvr.sh
|
|
- VIRTUAL_PORT=8000
|
|
restart: unless-stopped
|
|
|