Skip to content

Commit a504ec7

Browse files
author
Ivan Golman
committed
chore: update mariadb env variables in compose file
1 parent 12f9f16 commit a504ec7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ services:
5353
labels:
5454
stack-back.mariadb: true
5555
environment:
56-
- MYSQL_ROOT_PASSWORD=my-secret-pw
57-
- MYSQL_DATABASE=mydb
58-
- MYSQL_USER=myuser
59-
- MYSQL_PASSWORD=mypassword
56+
- MARIADB_ROOT_PASSWORD=my-secret-pw
57+
- MARIADB_DATABASE=mydb
58+
- MARIADB_USER=myuser
59+
- MARIADB_PASSWORD=mypassword
6060
volumes:
6161
- mariadbdata:/var/lib/mysql
6262

0 commit comments

Comments
 (0)