Skip to content

Commit a479fbe

Browse files
committed
Add db
1 parent 51d83a8 commit a479fbe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
services:
2+
3+
db:
4+
image: m.daocloud.io/docker.io/mysql:8
5+
restart: always
6+
ports:
7+
- 3306:3306
8+
environment:
9+
MYSQL_ROOT_PASSWORD: example

0 commit comments

Comments
 (0)