Add tmpfs mount for faster MySQLing

MAILPOET-5145
This commit is contained in:
John Oleksowicz
2023-04-05 14:16:31 -05:00
committed by John Oleksowicz
parent e7f766aedf
commit 18b953e68c

View File

@@ -112,6 +112,8 @@ services:
MYSQL_PASSWORD: wordpress
volumes:
- /dev/shm:/dev/shm
tmpfs:
- /var/lib/mysql:rw
ports:
- 4401:3306
healthcheck: