1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-24 17:39:40 +08:00
1Panel-Appstore/linkding/1.35.0/docker-compose.yml
github-action update-app-version 9a85c07fc7 Update app version [skip ci]
2024-09-24 02:58:28 +00:00

18 lines
351 B
YAML

services:
linkding:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:9090"
volumes:
- "${DATA_PATH}:/etc/linkding/data"
image: sissbruecker/linkding:1.35.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true