2021-02-06 16:27:19 +01:00
|
|
|
# Docker container name
|
2021-01-01 13:11:22 +01:00
|
|
|
LD_CONTAINER_NAME=linkding
|
2021-02-06 16:27:19 +01:00
|
|
|
# Port on the host system that the application should be published on
|
2021-01-01 13:11:22 +01:00
|
|
|
LD_HOST_PORT=9090
|
2021-02-06 16:27:19 +01:00
|
|
|
# Directory on the host system that should be mounted as data dir into the Docker container
|
2021-01-01 13:11:22 +01:00
|
|
|
LD_HOST_DATA_DIR=./data
|
2021-02-06 16:27:19 +01:00
|
|
|
|
2021-09-04 22:31:04 +02:00
|
|
|
# Option to disable background tasks
|
|
|
|
LD_DISABLE_BACKGROUND_TASKS=False
|
2021-02-06 16:27:19 +01:00
|
|
|
# Option to disable URL validation for bookmarks completely
|
2021-09-04 22:31:04 +02:00
|
|
|
LD_DISABLE_URL_VALIDATION=False
|