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.
linkding/docker-compose.yml

13 lines
302 B

services:
linkding:
image: sissbruecker/linkding:latest
ports:
- "127.0.0.1:17449:9090"
volumes:
- "./data:/etc/linkding/data:rw"
- "./uwsgi.ini:/etc/linkding/uwsgi.ini"
environment:
- LD_DISABLE_BACKGROUND_TASKS=True
restart: unless-stopped
version: '2'