From 386c731a9061a6b26dfc8167e76ef9b299100c9a Mon Sep 17 00:00:00 2001 From: Pyromane Date: Mon, 30 Oct 2023 14:52:21 +0100 Subject: [PATCH] Update installation_docker.md For the database additionally "restart: unless-stopped" is specified, so that this is also available after a restart of the host. --- docs/installation/installation_docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation/installation_docker.md b/docs/installation/installation_docker.md index d66e0cfd..2af25f3f 100644 --- a/docs/installation/installation_docker.md +++ b/docs/installation/installation_docker.md @@ -150,6 +150,7 @@ services: database: container_name: partdb_database image: mysql:8.0 + restart: unless-stopped command: --default-authentication-plugin=mysql_native_password environment: # Change this Password