Meine änderungen

This commit is contained in:
dotworker 2023-01-05 10:46:59 +01:00
parent f35f8adceb
commit f38e52fee5
3 changed files with 17 additions and 17 deletions

2
.env

@ -23,7 +23,7 @@ APP_SECRET=e5a2fe31ff8ce325266d52632a0ba5df
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
DATABASE_URL="mysql://root:root@127.0.0.1:3306/cds_connector?serverVersion=5.7&charset=utf8mb4"
DATABASE_URL="mysql://root:geheim@127.0.0.1:3306/cds_connector?serverVersion=5.7&charset=utf8mb4"
#DATABASE_URL="postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8"
###< doctrine/doctrine-bundle ###

@ -2,7 +2,7 @@ version: '3'
services:
###> doctrine/doctrine-bundle ###
database:
ports:
- "5432"
# database:
# ports:
# - "5432"
###< doctrine/doctrine-bundle ###

@ -2,19 +2,19 @@ version: '3.1'
services:
db:
image: mysql
# db:
# image: mysql
# NOTE: use of "mysql_native_password" is not recommended: https://dev.mysql.com/doc/refman/8.0/en/upgrading-from-previous-series.html#upgrade-caching-sha2-password
# (this is just an example, not intended to be a production configuration)
command: --default-authentication-plugin=mysql_native_password
restart: always
ports:
- "3306:3306"
environment:
MYSQL_ROOT_PASSWORD: root
# command: --default-authentication-plugin=mysql_native_password
# restart: always
# ports:
# - "3306:3306"
# environment:
# MYSQL_ROOT_PASSWORD: root
adminer:
image: adminer
restart: always
ports:
- 8080:8080
# adminer:
# image: adminer
# restart: always
# ports:
# - 8080:8080