Commit 4c3ebd01 authored by vicotor's avatar vicotor

update docker compose

parent 307d2e28
.idea .idea
.data
data data
build build
...@@ -7,7 +7,7 @@ services: ...@@ -7,7 +7,7 @@ services:
image: mysql:8 image: mysql:8
container_name: bridgedb container_name: bridgedb
volumes: volumes:
- ./data/db:/var/lib/mysql - ./.data/db:/var/lib/mysql
environment: environment:
MYSQL_ROOT_PASSWORD: "XN2UARuys3zy4Oux" MYSQL_ROOT_PASSWORD: "XN2UARuys3zy4Oux"
MYSQL_DATABASE: "bridge" MYSQL_DATABASE: "bridge"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment