Skip to content

Commit

Permalink
Workaround for docker/compose#11378
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOrtel committed Jan 24, 2024
1 parent 8ffc775 commit e7166bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
extends:
file: ./mysql.yml
service: mysql
ports:
- "127.0.0.1:3306:3306"

artemis-app:
extends:
Expand Down
2 changes: 0 additions & 2 deletions docker/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ services:
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_ROOT_PASSWORD: ""
MYSQL_DATABASE: "Artemis"
ports:
- "127.0.0.1:3306:3306"
# expose the port to make it reachable docker internally even if the external port mapping changes
expose:
- "3306"
Expand Down

0 comments on commit e7166bf

Please sign in to comment.