Skip to content

Commit

Permalink
fix(devcontainer): pin mysql to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Feb 6, 2025
1 parent 8734599 commit 3af0c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ services:
ports:
- 80:80
database:
image: mysql:8.0
command: mysqld --sql-mode=ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION --max_allowed_packet=67M --default-authentication-plugin=mysql_native_password
image: mysql:8.4
command: mysqld --sql-mode=ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION --max_allowed_packet=67M --mysql-native-password=ON
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: wordpress
Expand Down

0 comments on commit 3af0c17

Please sign in to comment.