logseq: add
This commit is contained in:
@ -10,3 +10,9 @@ services:
|
||||
ports:
|
||||
- "${UPTIME_KUMA_EXTERNAL_PORT}:${UPTIME_KUMA_INTERNAL_PORT}"
|
||||
restart: unless-stopped
|
||||
|
||||
logseq:
|
||||
image: ghcr.io/logseq/logseq-webapp:latest
|
||||
container_name: logseq
|
||||
ports:
|
||||
- "${LOGSEQ_EXTERNAL_PORT}:${LOGSEQ_INTERNAL_PORT}"
|
||||
|
Reference in New Issue
Block a user