Update installation_docker.md (#425)

For the database additionally "restart: unless-stopped" is specified, so that this is also available after a restart of the host.
This commit is contained in:
Pyromane 2023-10-31 13:32:43 +01:00 committed by GitHub
parent bdcd51d533
commit 1409d19922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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