A short repo for any kind of script snippets
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
286 B

services:
focalboard:
image: jimmymasaru/focalboard:latest
restart: unless-stopped
ports:
- "8000:8000"
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./config.json:/opt/focalboard/config.json
- ./focalboard:/var/lib/focalboard