Update docker-compose.yaml
All checks were successful
Updates/Joplin/pipeline/head This commit looks good
All checks were successful
Updates/Joplin/pipeline/head This commit looks good
This commit is contained in:
parent
f7a570ee2c
commit
ab87c40d13
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user