Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
seperate db
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazy-Jack committed Jul 12, 2019
1 parent 50e03e3 commit 107939d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cirDraw/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
version: '3'

services:
db:
image: mysql:8.0
expose:
- 3306
environment:
MYSQL_DATABASE: 'circDraw'
MYSQL_ROOT_PASSWORD: '12345678'
MYSQL_USER: 'root'

web:
container_name: web-container
build: .
Expand Down

0 comments on commit 107939d

Please sign in to comment.