Skip to content

Commit 16f8097

Browse files
committed
Prevent autostarting Prisma docker db
1 parent c8c393b commit 16f8097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-prisma/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ services:
1919
password: prisma
2020
db:
2121
image: mysql:5.7
22-
restart: always
22+
restart: "no"
2323
environment:
2424
MYSQL_ROOT_PASSWORD: prisma

0 commit comments

Comments
 (0)