From ab87c40d13da2f197584d89f3eb06f2cfb8723e8 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Sun, 30 Mar 2025 17:16:11 +0000 Subject: [PATCH] Update docker-compose.yaml --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 8c67141..ee0e334 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -19,7 +19,7 @@ services: joplin-vieweb: image: gri38/django-joplin-vieweb # Check Docker Hub for the image name/tags ports: - - "8088:8088" # Or your preferred host port + - "8088:80" # Or your preferred host port environment: # *** Points to your Joplin Server instance *** - JOPLIN_URL=https://server.joplin adamoutler.com # Use service name if on same Docker network