Update joplin-server.json (#8496)

This commit is contained in:
Simon L.
2026-08-05 12:14:57 +02:00
committed by GitHub
@@ -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 @@
]
}
]
}
}