1
0
forked from finn/site

db root localhost only

This commit is contained in:
2024-08-06 16:27:32 +00:00
parent cd61c513c7
commit d1d64b181a
5 changed files with 57 additions and 14 deletions

View File

@@ -16,6 +16,7 @@ services:
networks:
- backnet
environment:
- MARIADB_ROOT_HOST=localhost
- MARIADB_ROOT_PASSWORD=${DOTENV_MYSQL_ROOT_PASSWORD}
expose:
- 3306