Elaborate on how to set up dev env
This commit is contained in:
11
dev/docker-compose.yml
Normal file
11
dev/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:latest
|
||||
ports:
|
||||
- 3306:3306
|
||||
environment:
|
||||
MYSQL_USER: 'hashru'
|
||||
MYSQL_PASSWORD: 'hashru'
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
||||
MYSQL_DATABASE: 'hashru_pics'
|
||||
Reference in New Issue
Block a user