Skip to content

Commit

Permalink
Update database.mdx (#16)
Browse files Browse the repository at this point in the history
Change intendention
  • Loading branch information
Pokekeqz authored Sep 2, 2023
1 parent ead0402 commit 3857933
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/docs/other/database.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ services:
container_name: db
restart: unless-stopped
environment:
MYSQL_ROOT_PASSWORD: YourStrongRootPassw0rd!
MYSQL_DATABASE: _temp
MYSQL_USER: unownhash
MYSQL_PASSWORD: YourStrongPassw0rd!
MYSQL_ROOT_PASSWORD: YourStrongRootPassw0rd!
MYSQL_DATABASE: _temp
MYSQL_USER: unownhash
MYSQL_PASSWORD: YourStrongPassw0rd!
ports:
- 3306:3306
volumes:
Expand Down

0 comments on commit 3857933

Please sign in to comment.