Add tmpfs mount for faster MySQLing
MAILPOET-5145
This commit is contained in:
committed by
John Oleksowicz
parent
e7f766aedf
commit
18b953e68c
@@ -112,6 +112,8 @@ services:
|
||||
MYSQL_PASSWORD: wordpress
|
||||
volumes:
|
||||
- /dev/shm:/dev/shm
|
||||
tmpfs:
|
||||
- /var/lib/mysql:rw
|
||||
ports:
|
||||
- 4401:3306
|
||||
healthcheck:
|
||||
|
Reference in New Issue
Block a user