self-hosted/logseq/docker-compose.yml
Lorenzo Carbonell e6b5d3b1b4 logseq
2023-01-23 18:36:25 +01:00

9 lines
153 B
YAML

version: '3.7'
services:
logseq:
image: ghcr.io/logseq/logseq-webapp:latest
container_name: logseq
init: true
restart: unless-stopped