Update docker-compose.yaml
All checks were successful
Updates/Joplin/pipeline/head This commit looks good

This commit is contained in:
Adam Outler 2025-03-30 17:16:11 +00:00
parent f7a570ee2c
commit ab87c40d13

View File

@ -19,7 +19,7 @@ services:
joplin-vieweb: joplin-vieweb:
image: gri38/django-joplin-vieweb # Check Docker Hub for the image name/tags image: gri38/django-joplin-vieweb # Check Docker Hub for the image name/tags
ports: ports:
- "8088:8088" # Or your preferred host port - "8088:80" # Or your preferred host port
environment: environment:
# *** Points to your Joplin Server instance *** # *** Points to your Joplin Server instance ***
- JOPLIN_URL=https://server.joplin adamoutler.com # Use service name if on same Docker network - JOPLIN_URL=https://server.joplin adamoutler.com # Use service name if on same Docker network