Update docker-compose.yaml
Some checks failed
Updates/Joplin/pipeline/head There was a failure building this commit

This commit is contained in:
Adam Outler 2025-03-30 17:31:26 +00:00
parent 4a32d3206e
commit 30ef26b4b8

View File

@ -1,5 +1,3 @@
version: "3.7"
services:
joplin:
image: joplin/server:latest
@ -16,7 +14,7 @@ services:
- data:/var/lib/joplin
networks:
- joplin-net
joplin-vieweb:
vieweb:
image: gri38/django-joplin-vieweb # Check Docker Hub for the image name/tags
ports:
- "8088:8000" # Or your preferred host port
@ -37,7 +35,7 @@ services:
# - JOPLIN_LOGIN_REQUIRED=true # or false/unset
networks:
- joplin-net
joplin-terminal-xapi:
terminal-xapi:
image: gri38/joplin-terminal-xapi:latest
restart: unless-stopped
volumes: