Skip to content

Instantly share code, notes, and snippets.

@roelofjan-elsinga
Created December 10, 2019 12:42
Show Gist options
  • Save roelofjan-elsinga/d21e8638fc4a22338854add428324e39 to your computer and use it in GitHub Desktop.
Save roelofjan-elsinga/d21e8638fc4a22338854add428324e39 to your computer and use it in GitHub Desktop.
Mysql on TMPFS
version: "2.3"
services:
mysql:
image: mysql:5.7
tmpfs: /var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: root_password
MYSQL_DATABASE: testing_database
MYSQL_USER: testing_user
MYSQL_PASSWORD: testing_password
networks:
- front
networks:
front:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment