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.
13 lines
286 B
13 lines
286 B
3 years ago
|
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
|
||
|
|