mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-09-18 09:17:24 +00:00
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:
@@ -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 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user