mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-03-14 22:30:01 +01:00
build
This commit is contained in:
11
linkding/docker-compose.yml
Normal file
11
linkding/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
services:
|
||||||
|
linkding:
|
||||||
|
container_name: "${LD_CONTAINER_NAME:-linkding}"
|
||||||
|
image: sissbruecker/linkding:latest
|
||||||
|
ports:
|
||||||
|
- "${LD_HOST_PORT:-9090}:9090"
|
||||||
|
volumes:
|
||||||
|
- "data:/etc/linkding/data"
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
data:
|
||||||
Reference in New Issue
Block a user