Update 'docker-compose.yml'

This commit is contained in:
njord 2023-07-21 01:37:44 +01:00
parent a65ca62e0f
commit f0f951a5b6

View File

@ -12,7 +12,7 @@ services:
database__client: mysql database__client: mysql
database__connection__host: db database__connection__host: db
database__connection__user: root database__connection__user: root
database__connection__password: S database__connection__password: ${SECRET}
database__connection__database: ghost database__connection__database: ghost
# this url value is just an example, and is likely wrong for your environment! # this url value is just an example, and is likely wrong for your environment!
url: https://tomaskrejci.com url: https://tomaskrejci.com
@ -23,4 +23,4 @@ services:
image: mysql:8.0 image: mysql:8.0
restart: always restart: always
environment: environment:
MYSQL_ROOT_PASSWORD: S MYSQL_ROOT_PASSWORD: ${SECRET}