Skip to content

Commit

Permalink
Merge pull request #56 from intri-in/patch-dockercompose
Browse files Browse the repository at this point in the history
Patch dockercompose
  • Loading branch information
intri-in authored Jul 3, 2023
2 parents 13c9e6f + b69de66 commit 91c64ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ services:
image: mysql
command: --default-authentication-plugin=mysql_native_password
restart: always
ports:
- "3306:3306"
expose:
- 3306
networks:
- app-tier
environment:
Expand All @@ -119,4 +119,4 @@ services:
## specific.
############################################################
MYSQL_ALLOW_EMPTY_PASSWORD: ok
MYSQL_ROOT_HOST: '%'
MYSQL_ROOT_HOST: '%'
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91c64ff

Please sign in to comment.