Skip to content

Commit

Permalink
Hotfix lloyd (#14)
Browse files Browse the repository at this point in the history
* update mysql sql_mode
  • Loading branch information
lloydzhou authored Jan 3, 2024
1 parent 6c71429 commit 9e4ad9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
TZ: 'Asia/Shanghai'
ports:
- "3306"
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION

proxy:
image: jwilder/nginx-proxy:alpine
Expand Down

0 comments on commit 9e4ad9c

Please sign in to comment.