Update joplin-server.json

Added the restart unless stopped condition for the server and database containers.

Signed-off-by: Cooper Larson <cooper.a.larson@gmail.com>
This commit is contained in:
Cooper Larson
2026-07-29 14:02:11 -06:00
committed by GitHub
parent 886c40d228
commit 61c8ee3fe2
@@ -6,6 +6,7 @@
"display_name": "Joplin Server",
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/joplin-server",
"image": "joplin/server",
"restart": "unless-stopped",
"depends_on": [
"nextcloud-aio-joplin-database"
],
@@ -35,6 +36,7 @@
"image_tag": "18",
"display_name": "Joplin Database (PostgreSQL)",
"image": "postgres",
"restart": "unless-stopped",
"internal_port": "5432",
"environment": [
"POSTGRES_PASSWORD=%JOPLIN_DB_PASSWORD%",
@@ -57,4 +59,4 @@
]
}
]
}
}