mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
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:
parent
bdcd51d533
commit
1409d19922
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue