Update docker-compose.yml

fix database user definition
pull/2/head
LRVT 2023-02-19 21:06:32 +01:00 zatwierdzone przez GitHub
rodzic 594b5ae127
commit b085dd228b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ services:
# see https://ghost.org/docs/config/#configuration-options
database__client: mysql
database__connection__host: database
database__connection__user: root
database__connection__user: ghost
database__connection__password: MyStrongDatabasePassword
database__connection__database: ghost
url: https://blog.example.com # change this
@ -43,5 +43,5 @@ services:
environment:
MYSQL_ROOT_PASSWORD: AnotherStrongDatabasePasswordForRootUser
MYSQL_DATABASE: ghost
MYSQL_USER: user
MYSQL_USER: ghost
MYSQL_PASSWORD: MyStrongDatabasePassword