We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a319c commit 792bb6cCopy full SHA for 792bb6c
docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
ports:
16
# Useful to connect a local MySQL client / GUI
17
- 127.0.0.1:13306:3306
18
- command: --max-connections=1000 --max-allowed-packet=512M
+ command: --max-connections=1000 --max-allowed-packet=512M --innodb_snapshot_isolation=OFF
19
volumes:
20
- /var/lib/mysql
21
domjudge:
0 commit comments